-
Notifications
You must be signed in to change notification settings - Fork 910
AWS SDK JAVA 2.0 S3 Directory Download #1028
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
Comments
Hi @studioam, since this is a question regarding V2 we transferred it to the V2 repo. |
We have a tracking issue for this: #37 We don't yet have TransferManager in v2 but will be bringing it back. If you have any additional suggestions for it's implementation in v2, feel free to add them there. |
Hi @spfink , i need to download directory with SSE-C |
Piggybacking off @ahsentaqi I'm also trying to download an entire directory using the jdk v2. Is there no way to do this? The documentation specifies only how to download objects but not an entire folder: https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/examples-s3-objects.html#download-object |
In AWS SDK JAVA 2.0 S3 there are methods and examples to get object.
How to download a whole directory given bucket name, directory name (= key) and path using download acceleration and multipart download?
I know how to do it with 1.11 using transfermanager etc.... Which are the same tools in the 2.0?
The text was updated successfully, but these errors were encountered: