mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #102] [CLOSED] Move to AWS signature V4 (required for eu-central-1) #1345
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#1345
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/102
Author: @ghost
Created: 12/28/2014
Status: ❌ Closed
Base:
master← Head:1.77v4merge📝 Commits (3)
9c028f5merge shunataws/sv4s3fsf9e2b18Authors fixf9d074aAdd support for📊 Changes
11 files changed (+683 additions, -104 deletions)
View changed files
📝
AUTHORS(+4 -0)📝
src/common.h(+1 -0)📝
src/common_auth.cpp(+20 -0)📝
src/curl.cpp(+502 -96)📝
src/curl.h(+9 -4)📝
src/openssl_auth.cpp(+80 -1)📝
src/s3fs.cpp(+8 -3)📝
src/s3fs_auth.h(+4 -0)📝
src/s3fs_util.cpp(+3 -0)📝
src/string_util.cpp(+49 -0)📝
src/string_util.h(+3 -0)📄 Description
This pull request (for commit
95f8cab139) adds support for AWS V4 version.Example:
$ s3fs BUCKET MOUNTPOINT -o endpoint=eu-central-1,url=https://s3-eu-central-1.amazonaws.com
You can checkout it here https://github.com/caxapniy/s3fs-fuse/tree/1.77v4merge
I have modified version https://github.com/shunataws/sv4s3fs
Changes:
I was not able to merge branches - there are conflicts(caused by changes in HEAD)
Hope this request helps someone to merge changes to HEAD.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.