joutvhu/Upload S3 Bucket

GitHub action to upload files to Amazon S3

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aws_access_key_idAWS access key ID.yes
aws_secret_access_keyAWS secret access key.yes
aws_regionThe region to send service requests to.yes
aws_bucketThe bucket name to which the PUT action was initiated.yes
sourceThe local directory (or file) you wish to upload to S3.no.
targetThe directory (or file path) on the bucket to upload files.no""
aclThe canned ACL to apply to the objects.noprivate
expiresThe date and time at which the object is no longer cacheable.no
deleteDelete files not present at local.no
ignore_errorShould failed uploads be ignored.notrue
namedescription
succeededNumber of successful files
failedNumber of failed files
deletedNumber of deleted files