You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to reproduce the behavior. This does seem like a bug in the implementation.
I'll add to our backlog.
Thanks,
Ran~
RanVaknin
added
p2
This is a standard priority issue
queued
This issues is on the AWS team's backlog
needs-review
This issue or pull request needs review from a core team member.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Oct 8, 2024
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
Generating presigned URLs with PresignPostObject while using a custom BaseEndPoint and UsePathStyle set to true in the s3 config options, returns a URL that does not include the provided bucket name. This issue appears related to a similar bug in the JS counter part aws/aws-sdk-js-v3@5054ba5#diff-7253082da28c79a9309bc2a05179a34663053b1901d8724ed7f12751d5ae7ae6R90.
Regression Issue
Expected Behavior
The returned URL should look like
<schema>://<baseendpoint>/<bucket>
Current Behavior
The returned URL is currently formatted as
<schema>://<baseendpoint>
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go version go1.23.1 darwin/arm64
Operating System and version
macOS Sequoia Version 15.0.1
The text was updated successfully, but these errors were encountered: