[PR #102] [CLOSED] Move to AWS signature V4 (required for eu-central-1) #1345

Closed
opened 2026-03-04 01:53:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/102
Author: @ghost
Created: 12/28/2014
Status: Closed

Base: masterHead: 1.77v4merge


📝 Commits (3)

📊 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:

  • removed hardcoded China S3 servers, added command-line argument "endpoint"
  • added content-md5 checking
  • added multipart upload support

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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/102 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/28/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `1.77v4merge` --- ### 📝 Commits (3) - [`9c028f5`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9c028f5880d6dd478f66aca05503a3acb9e7c74c) merge shunataws/sv4s3fs - [`f9e2b18`](https://github.com/s3fs-fuse/s3fs-fuse/commit/f9e2b187e6647b8308af11cdda82f442bb58e1e3) Authors fix - [`f9d074a`](https://github.com/s3fs-fuse/s3fs-fuse/commit/f9d074a4459b3aa9f7206c0ee7c69e1d68c5af6b) Add support for ### 📊 Changes **11 files changed** (+683 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This pull request (for commit 95f8cab13918dc7767394b6ea47fb979f4da79b1) 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: - removed hardcoded China S3 servers, added command-line argument "endpoint" - added content-md5 checking - added multipart upload support 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:53:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1345
No description provided.