Skip to content

AWSSDK.S3.upload_part does not return Etag #17

@anj00

Description

@anj00

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions