Skip to content

Sending CompleteMultipartUpload S3 POST Request To Wrong Host #15449

Answered by dkocher
kevingale asked this question in Q&A
Discussion options

You must be logged in to vote

There is some fuzzy logic to determine if we want to use virtual host style requests by prefixing S3 endpoint host from the connection profile with the bucket name. As a workaround for the bug, try to use path-style requests instead by setting in the profile:

        <key>Properties</key>
        <array>
            <string>s3.bucket.virtualhost.disable=true</string>
        </array>

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@kevingale
Comment options

Answer selected by kevingale
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
s3 AWS S3 Protocol Implementation
2 participants