mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #116] [MERGED] Supported signature version 4 #1350
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#1350
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/116
Author: @ggtakec
Created: 2/2/2015
Status: ✅ Merged
Merged: 2/2/2015
Merged by: @ggtakec
Base:
master← Head:dev_sv4📝 Commits (4)
bb1f1d3Merged manually from caxapniy/s3fs-fuse/tree/1.77v4merge for signature v4 - #1020d2f3e2Fixed bugs, segfault and signature error at listing.4f953f9Clean codes for signature v4 and added new sigv2 option1424f87Supported signature version 4 for GnuTLS/NSS and automatically set endpoint/sigv2📊 Changes
14 files changed (+1260 additions, -265 deletions)
View changed files
📝
doc/man/s3fs.1(+10 -0)📝
src/cache.cpp(+12 -17)📝
src/common.h(+1 -0)📝
src/common_auth.cpp(+21 -0)📝
src/curl.cpp(+644 -227)📝
src/curl.h(+8 -1)📝
src/gnutls_auth.cpp(+187 -0)📝
src/nss_auth.cpp(+94 -4)📝
src/openssl_auth.cpp(+93 -2)📝
src/s3fs.cpp(+112 -12)📝
src/s3fs_auth.h(+5 -0)📝
src/s3fs_util.cpp(+13 -0)📝
src/string_util.cpp(+55 -1)📝
src/string_util.h(+5 -1)📄 Description
Supported signature version 4(#74)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.