coreloopgames/Upload to S3 using AWS CLI
Upload files or directories to an S3 bucket using the AWS CLI.
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 | AWS Region | yes | us-east-1 |
| s3-bucket | S3 Bucket Name | yes | — |
| local-path | Comma-separated list of local paths to upload | yes | — |
| s3-key | Comma-separated list of S3 keys (paths) to upload to | yes | — |
| zip-before-upload | Whether to zip the directory before uploading. Set to `true` or `false`. | no | false |
| skip-unchanged | Skip upload purely by key name: if the destination key exists, do not upload (files/zips/dirs). | no | false |
Outputs
no outputs