joutvhu/Upload S3 Bucket
GitHub action to upload files to Amazon S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS access key ID. | yes | — |
| aws_secret_access_key | AWS secret access key. | yes | — |
| aws_region | The region to send service requests to. | yes | — |
| aws_bucket | The bucket name to which the PUT action was initiated. | yes | — |
| source | The local directory (or file) you wish to upload to S3. | no | . |
| target | The directory (or file path) on the bucket to upload files. | no | "" |
| acl | The canned ACL to apply to the objects. | no | private |
| expires | The date and time at which the object is no longer cacheable. | no | — |
| delete | Delete files not present at local. | no | — |
| ignore_error | Should failed uploads be ignored. | no | true |
Outputs
| name | description |
|---|---|
| succeeded | Number of successful files |
| failed | Number of failed files |
| deleted | Number of deleted files |