forked from prewk/s3-cp-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
38 lines (35 loc) · 818 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: "S3 cp"
description: "AWS S3 cp"
author: prewk
inputs:
aws_access_key_id:
required: True
aws_secret_access_key:
required: True
source:
description: |-
The name of the key or the file to take as source
required: True
dest:
description: |-
The name of the key or the file to take as destination
required: True
aws_region:
description: |-
The region where the data will be stored (if the destination is s3)
required: False
default: us-east-1
aws_s3_endpoint:
description: |-
To change s3 endpoint URL
required: False
flags:
description: |-
Flags that are going to be added at the end of the command line
required: False
runs:
using: docker
image: Dockerfile
branding:
icon: refresh-cw
color: green