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

Multipart uploads fail to buckets containing a dot in virtual host mode #16401

Closed
ylangisc opened this issue Oct 3, 2024 · 0 comments · Fixed by #16412
Closed

Multipart uploads fail to buckets containing a dot in virtual host mode #16401

ylangisc opened this issue Oct 3, 2024 · 0 comments · Fixed by #16412
Assignees
Labels
s3 AWS S3 Protocol Implementation
Milestone

Comments

@ylangisc
Copy link
Contributor

ylangisc commented Oct 3, 2024

Upload part:

PUT https://my.domain.s3.amazonaws.com/test/test.log?uploadId=BWKTzsC4aZFu_A.jU2O3G_jEW5ebQ4vTRCWMA.KPUCvjgVSEFlLl9yxXTsdenjh4XbXY5tInBNeZe9kJgZCdAKAsMHbi4cMBnolNKPixwYAlav7TEFGa0hU_AGk2DdpU&partNumber=1 → 200

Complete upload:

POST https://my.domain.my.domain.s3.amazonaws.com/test/test.log?uploadId=BWKTzsC4aZFu_A.jU2O3G_jEW5ebQ4vTRCWMA.KPUCvjgVSEFlLl9yxXTsdenjh4XbXY5tInBNeZe9kJgZCdAKAsMHbi4cMBnolNKPixwYAlav7TEFGa0hU_AGk2DdpU → 404

Bucket part is duplicated. Workaround is to specify the bucket as part of the default path.

@ylangisc ylangisc added the s3 AWS S3 Protocol Implementation label Oct 3, 2024
@ylangisc ylangisc added this to the 9.1 milestone Oct 3, 2024
@dkocher dkocher self-assigned this Oct 8, 2024
@dkocher dkocher linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s3 AWS S3 Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants