noelware/Upload to Amazon S3 Action
��� Simple and fast GitHub Action to upload objects to Amazon S3 easily.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directories | Input to indicate which directories should be uploaded to Amazon S3. | no | "" |
| files | Input to indicate which files should be uploaded to Amazon S3. | no | "" |
| access-key-id | Access Key ID to use when authenticating with Amazon S3 | yes | — |
| secret-key | Secret Key to use when authenticating with Amazon S3 | yes | — |
| path-format | Path formatting syntax to use when uploading objects to Amazon S3. | no | $(prefix)/$(file) |
| endpoint | Absolute URL (without scheme, i.e, http) to reach when conning to Amazon S3. | no | https://s3.amazonaws.com |
| prefix | Prefix string to use when uploading artifacts on Amazon S3. Useful when using the "path-format" syntax. | no | / |
| bucket | S3 bucket to place objects in | yes | — |
| bucket-acl | ACL for the bucket when the bucket doesn't exist on Amazon S3. | no | public-read |
| object-acl | ACL for objects when uploading to Amazon S3. | no | public-read |
| exclude | List of directories or files to exclude in the final output | no | "" |
| follow-symlinks | If the action should follow symbolic link files or not | no | false |
| enforce-path-access-style | If the S3 client should enforce path access style or not, recommended for instances using MinIO | no | false |
| region | S3 region to use | no | us-east-1 |
| part-size | Part size (in megabytes). | no | 15 |
Outputs
no outputs