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

S3 TransferManager Batched Uploads using InputStreams #117

Closed
axelfontaine opened this issue Sep 26, 2013 · 2 comments
Closed

S3 TransferManager Batched Uploads using InputStreams #117

axelfontaine opened this issue Sep 26, 2013 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@axelfontaine
Copy link
Contributor

My application generates a number of objects in memory which are then uploaded to an S3 bucket.

With the current implementation, I have to either

  • Upload the objects on by one
  • Write the objects to disk and then batch upload them

It would be nice if there would be something like uploadInputStreamList() similar to the uploadFileList method.

@abhinavmishra14
Copy link

Hey, I have the same issue. It looks like amazon has not worked on this yet.
Have you came across any other solution ?

-Abhinav

@debora-ito
Copy link
Member

Hi @axelfontaine, the SDK team has reviewed the feature request list for V1, and since they're concentrating efforts on V2 new features they decided to not implement this one in V1. It still being considered for the TransferManager refactor in V2, see the referenced issue above. I'll go ahead and close this one.

Please feel free to comment on the V2 issue with your use case, and reach out if you have further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants