sai-sharan/AWS S3 Sync Github Action

Syncs directories and S3 prefixes using the aws s3 sync CLI command

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access_keyAccess key of a user with necessary S3 permissionsyes
secret_access_keySecret access key of a user with necessary S3 permissionsyes
regionRegion in which the bucket was creatednous-east-1
sourceSource directory/prefix that you want to syncno
destination_bucketDestination S3 bucket where you want to sync the sourceyes
destination_prefixS3 prefix in the destination bucket where you want to sync the sourceno
exclude(string) Exclude all files or objects from the command that matches the specified pattern.no
delete(boolean) Files that exist in the destination but not in the source are deleted during sync.notrue
quiet(boolean) Does not display the operations performed from the specified command.no

no outputs