Replies: 1 comment
-
I hope it will works client := s3.NewFromConfig(awsConfig, func(o *s3.Options) {
o.UsePathStyle = true
o.EndpointOptions.DisableHTTPS = true
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I read #1067
how to implements the same behavior with DisableHTTPS for v2 with
aws.EndpointResolverWithOptionsFunc
instead ofaws.EndpointResolverFunc
?Beta Was this translation helpful? Give feedback.
All reactions