noelware/Upload to Amazon S3 Action

��� Simple and fast GitHub Action to upload objects to Amazon S3 easily.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
directoriesInput to indicate which directories should be uploaded to Amazon S3.no""
filesInput to indicate which files should be uploaded to Amazon S3.no""
access-key-idAccess Key ID to use when authenticating with Amazon S3yes
secret-keySecret Key to use when authenticating with Amazon S3yes
path-formatPath formatting syntax to use when uploading objects to Amazon S3.no$(prefix)/$(file)
endpointAbsolute URL (without scheme, i.e, http) to reach when conning to Amazon S3.nohttps://s3.amazonaws.com
prefixPrefix string to use when uploading artifacts on Amazon S3. Useful when using the "path-format" syntax.no/
bucketS3 bucket to place objects inyes
bucket-aclACL for the bucket when the bucket doesn't exist on Amazon S3.nopublic-read
object-aclACL for objects when uploading to Amazon S3.nopublic-read
excludeList of directories or files to exclude in the final outputno""
follow-symlinksIf the action should follow symbolic link files or notnofalse
enforce-path-access-styleIf the S3 client should enforce path access style or not, recommended for instances using MinIOnofalse
regionS3 region to usenous-east-1
part-sizePart size (in megabytes).no15

no outputs