resourcefinance/s3-uploadgac "update action.yml"

Simple GitHub action to upload contents from a GitHub repository to a S3 bucket

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
object-formatThe format of the object name when uploadingno""
upload-this-branchIf the current branch should have its own directory when uploadingnofalse
endpointThe S3 endpoint to use when uploading objects.no
directoriesList of directories to use, glob patterns are supported, use `;` to seperateyes
access-keyYour S3 access key to use to authenicateyes
secret-keyYour S3 secret key to use to authenicateyes
excludeExcludes any directories to not be uploaded, glob patterns are supported, use `;` to seperateno""
regionSets the region of the S3 bucket that it is located innous-west-2
bucketThe bucket to use when uploading objectsyes
aclThe ACL binding to use for every filenopublic-read

no outputs