coreloopgames/Upload to S3 using AWS CLI

Upload files or directories to an S3 bucket using the AWS CLI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws-access-key-idAWS Access Key IDyes
aws-secret-access-keyAWS Secret Access Keyyes
aws-regionAWS Regionyesus-east-1
s3-bucketS3 Bucket Nameyes
local-pathComma-separated list of local paths to uploadyes
s3-keyComma-separated list of S3 keys (paths) to upload toyes
zip-before-uploadWhether to zip the directory before uploading. Set to `true` or `false`.nofalse
skip-unchangedSkip upload purely by key name: if the destination key exists, do not upload (files/zips/dirs).nofalse

no outputs