mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2510] [MERGED] s3 signv4 support pefixed s3 hosts #2587
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#2587
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/2510
Author: @fenos
Created: 8/8/2024
Status: ✅ Merged
Merged: 8/17/2024
Merged by: @ggtakec
Base:
master← Head:s3/support-endpoint-with-uris📝 Commits (1)
25cf925s3 signv4 support uri endpoints📊 Changes
2 files changed (+34 additions, -1 deletions)
View changed files
📝
src/curl.cpp(+32 -1)📝
src/curl.h(+2 -0)📄 Description
Relevant Issue (if applicable)
When trying to connect to a compatible S3 server that is serving the S3 API under a URI prefix, ex:
s3fsfails to compute the SignV4; specifically on capturing the URI of the s3host.Details
This PR will instead use the prefix (if any) when calculating the SignV4 uri; enabling support for custom S3 providers served on a URI.
If no prefix is given in the custom
url, the current behaviour of using "/" is maintained.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.