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

AWSSDK.S3.upload_part does not return Etag #17

Open
anj00 opened this issue Jun 2, 2021 · 1 comment
Open

AWSSDK.S3.upload_part does not return Etag #17

anj00 opened this issue Jun 2, 2021 · 1 comment

Comments

@anj00
Copy link

anj00 commented Jun 2, 2021

AWSSDK v0.5.0

Then calling AWSSDK.S3.upload_part the return is is UInt8[]
The expectation is that we get as per documentation

Dict(
    "ETag" => ""d8c2eafd90c266e19ab9dcacc479f8af""
)

Looking at the code I believe the Etag is returned as part of the header. yet do_request(merge(request, aws)) is called without return_headers=true And I don't find a way to pass it as true as user.

Trouble is that those Etags are needed to finalize the upload. So this makes whole mulitpart upload host of functions (create, upload, complete) not working

@mattBrzezinski
Copy link
Member

This package is very much inactive, I suggest using AWS.jl or AWSS3.jl both which have resolved the issue above.

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

2 participants