You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
AWSSDK v0.5.0
Then calling AWSSDK.S3.upload_part the return is is
UInt8[]
The expectation is that we get as per documentation
Looking at the code I believe the Etag is returned as part of the header. yet
do_request(merge(request, aws))
is called withoutreturn_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
The text was updated successfully, but these errors were encountered: