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

Recursive Download #18

Open
f0o opened this issue Dec 30, 2023 · 0 comments
Open

Recursive Download #18

f0o opened this issue Dec 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@f0o
Copy link

f0o commented Dec 30, 2023

Is your feature request related to a problem? Please describe.
Title states it; A way to recursively download objects when the object-key ends in a slash.

Describe the solution you'd like
Parity with gcloud's gsutil in this regard (gsutil cp -r)

Describe alternatives you've considered
repeated ls and issuing xargs to download all files; however it's tedious and ugly.

Additional context
./.

@f0o f0o added the enhancement New feature or request label Dec 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

1 participant