aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

S3Disable100Continue config

Open 92ppl opened this issue 3 years ago • 1 comments

Describe the bug

I find the UseAccelerate UsePathStyle in s3.Options. But I can not find param S3Disable100Continue int the s3 service ,where is it ?``

Expected Behavior

I want use S3Disable100Continue config

Current Behavior

I find the UseAccelerate UsePathStyle in s3.Options. But I can not find param S3Disable100Continue int the s3 service ,where is it ?``

Reproduction Steps

cant find S3Disable100Continue by grep

Possible Solution

No response

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2/config v1.17.7 github.com/aws/aws-sdk-go-v2/credentials v1.12.20 github.com/aws/aws-sdk-go-v2/service/s3 v1.27.11

Compiler and Version used

go version go1.18 darwin/amd64

Operating System and version

Mac os

92ppl avatar Sep 23 '22 12:09 92ppl

Hi @crystal-lee ,

The V2 SDK does no longer send the expect :100-continue header by default , so you will not find that property in the V2 SDK. I assume you want to disable it, if that is the case - no action is required.

Please let me know if you need anything else.

Thanks, Ran~

RanVaknin avatar Oct 03 '22 22:10 RanVaknin

This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

github-actions[bot] avatar Oct 06 '22 00:10 github-actions[bot]

when i use v2 sdk to upload to ali oss,the error Aws MultiChunkedEncoding is not supported . And now ,i use v1 sdk add S3Disable100Continue true param, it works ok

92ppl avatar Oct 08 '22 09:10 92ppl

@92ppl ,

Can you provide a code sample of how you are using the SDK so I can better assist you with this issue?

Thank you, Ran~

RanVaknin avatar Oct 10 '22 11:10 RanVaknin

This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

github-actions[bot] avatar Oct 13 '22 00:10 github-actions[bot]