mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-26 05:45:57 +03:00
[PR #171] [MERGED] Support buckets with mixed-case names #1379
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/171
Author: @pabigot
Created: 4/19/2015
Status: ✅ Merged
Merged: 4/20/2015
Merged by: @ggtakec
Base:
master← Head:mixedcase📝 Commits (1)
92fcee8curl: use pathrequeststyle option when constructing Host endpoint📊 Changes
2 files changed (+6 additions, -3 deletions)
View changed files
📝
src/curl.cpp(+3 -0)📝
src/s3fs.cpp(+3 -3)📄 Description
Buckets with mixed-case names can't be accessed with the virtual-hosted style API due to DNS limitations. S3FS has an option for pathrequeststyle which is used for the URL, but it was not applied when building the endpoint passed through the Host header. Fix this, and relax the validation on bucket names when using this style.
See: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.