Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to copy only specific path or extension or wildcard #275

Open
sdYoo opened this issue Aug 26, 2022 · 0 comments
Open

Add feature to copy only specific path or extension or wildcard #275

sdYoo opened this issue Aug 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@sdYoo
Copy link

sdYoo commented Aug 26, 2022

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)

@at-wat at-wat added the enhancement New feature or request label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants