<!--- Please provide a general summary of the issue in the Title above --> ### 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” ### Deliverables ### Approach (optional)
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”
Deliverables
Approach (optional)