-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels