3dwardch3ng/Upload to S3 Action
Upload directory to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 30, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 3dwardch3ng/upload-to-s3-action@2d8371612f82bc2276c39bc3533153d695b024e2 # v1.6.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | — | no | — |
| aws_secret_access_key | — | no | — |
| aws_bucket_name | aws bucket name | yes | — |
| source | directory to upload | yes | — |
| destination | destination directory for upload | no | "" |
| object_acl | Canned ACL to apply to the object. | no | private |
| cache_control_max_age | The Cache-Control max-age for the uploaded file. | no | -1 |
| included_files | List of files to include in the upload. If not specified, all files will be uploaded. (Comma separated) | no | — |
| excluded_files | List of files to exclude from upload (Comma separated) | no | — |
| delete_destination_before_upload | Delete all files in destination directory before upload | no | false |
Outputs
| name | description |
|---|---|
| object_key | object key |
| object_locations | object locations |