s3sync
s3sync copied to clipboard
Add feature to copy only specific path or extension or wildcard
Objective
I can't use wildcards in s3 sync .
example... manager.Sync(s3://bucket/*.zip, destination)
but aws cli provides the following feature. aws s3 cp s3://bucket/ . --recursive --exclude "*" --include "*zip”