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

Expose AWS GetObjectResponse when downloading files #1062

Open
omerlh opened this issue Jul 3, 2023 · 0 comments
Open

Expose AWS GetObjectResponse when downloading files #1062

omerlh opened this issue Jul 3, 2023 · 0 comments

Comments

@omerlh
Copy link

omerlh commented Jul 3, 2023

Hey!
Thanks for this library - life saver! We are using the S3 file metadata to encode hints about the file, like the format - so I would like to have access to them before downloading the file as stream so I could know how to parse them. It seems that we need either to download twice - once with the pure library and once with the stream - or copy the relevant code and modify it.
It will be nice if the S3 downloadMultiPart will have overload that receive the GetObjectResponse and download the file instead of getting the bucket / key

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

1 participant