resourcefinance/s3-uploadgac "update action.yml"
Simple GitHub action to upload contents from a GitHub repository to a S3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| object-format | The format of the object name when uploading | no | "" |
| upload-this-branch | If the current branch should have its own directory when uploading | no | false |
| endpoint | The S3 endpoint to use when uploading objects. | no | — |
| directories | List of directories to use, glob patterns are supported, use `;` to seperate | yes | — |
| access-key | Your S3 access key to use to authenicate | yes | — |
| secret-key | Your S3 secret key to use to authenicate | yes | — |
| exclude | Excludes any directories to not be uploaded, glob patterns are supported, use `;` to seperate | no | "" |
| region | Sets the region of the S3 bucket that it is located in | no | us-west-2 |
| bucket | The bucket to use when uploading objects | yes | — |
| acl | The ACL binding to use for every file | no | public-read |
Outputs
no outputs