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

<Error><Code>NotImplemented</Code><Message>A header you provided implies functionality that is not implemented</Message><Header>Transfer-Encoding</Header> #4944

Closed
Jayesh-Cldscle opened this issue Aug 9, 2023 · 2 comments
Assignees
Labels
bug This issue is a bug.

Comments

@Jayesh-Cldscle
Copy link

Describe the bug

I am trying to use python code generated presigned url in golang to upload object,

But in golang, I am facing below issue when i try to upload with url,

NotImplementedA header you provided implies functionality that is not implemented

Transfer-Encoding

Expected Behavior

It should work in golang

Current Behavior

With curl command it works fine, but in golang, i am not able to upload with same url.

Reproduction Steps

""

Possible Solution

No response

Additional Information/Context

No response

SDK version used

did not use golang sdk

Environment details (Version of Go (go version)? OS name and version, etc.)

none

@Jayesh-Cldscle Jayesh-Cldscle added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Aug 9, 2023
@RanVaknin
Copy link
Contributor

Hi @Jayesh-Cldscle,

From the details provided, it seems you're using the Go standard library's HTTP client. This client might implicitly send a transfer-encoding header. If the presigned URL wasn't generated with this header, it could lead to the error you described. Ensure you manually remove it from your request.

Since you're not using the Go SDK for this operation, I'd recommend raising the issue in the official Go repository: https://github.com/golang/go/issues. They might be able to provide more specific guidance.

Regards,
Ran~

@RanVaknin RanVaknin closed this as not planned Won't fix, can't repro, duplicate, stale Aug 10, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@RanVaknin RanVaknin self-assigned this Aug 10, 2023
@RanVaknin RanVaknin removed the needs-triage This issue or PR still needs to be triaged. label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants