Skip to content

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

Closed
studioam opened this issue Jan 22, 2019 · 4 comments
Closed

AWS SDK JAVA 2.0 S3 Directory Download #1028

studioam opened this issue Jan 22, 2019 · 4 comments

Comments

@studioam
Copy link

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?

@zoewangg zoewangg transferred this issue from aws/aws-sdk-java Jan 22, 2019
@debora-ito
Copy link
Member

Hi @studioam, since this is a question regarding V2 we transferred it to the V2 repo.

@spfink
Copy link
Contributor

spfink commented Jan 22, 2019

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.

@spfink spfink closed this as completed Jan 22, 2019
@ahsentaqi
Copy link

Hi @spfink , i need to download directory with SSE-C
Is there any provision for this in V2?
In v1 we had option to download file with SSE-C using TransferManager but not Directory.
Can we have this functionality in v2?

@aman-agrawala
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants