[PR #53] [MERGED] Support for SSE-C #39 #1328

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/53
Author: @ggtakec
Created: 9/7/2014
Status: Merged
Merged: 9/7/2014
Merged by: @ggtakec

Base: masterHead: sse-c


📝 Commits (4)

📊 Changes

8 files changed (+487 additions, -102 deletions)

View changed files

📝 doc/man/s3fs.1 (+7 -3)
📝 src/curl.cpp (+335 -52)
📝 src/curl.h (+24 -10)
📝 src/fdcache.cpp (+3 -3)
📝 src/fdcache.h (+2 -2)
📝 src/s3fs.cpp (+96 -31)
📝 src/s3fs.h (+2 -0)
📝 src/s3fs_util.cpp (+18 -1)

📄 Description

Support for SSE-C:

  • Changed use_sse option for SSE-C, this option can allow file path which has some SSE-C keys for SSE-C.
  • Added new environment AWSSSECKEYS, which is specified SSE-C keys.

🔄 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/53 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 9/7/2014 **Status:** ✅ Merged **Merged:** 9/7/2014 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `sse-c` --- ### 📝 Commits (4) - [`7a55eab`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7a55eab399f3dd280a1ef012fdf9b0cb0b8ae3d7) Support for SSE-C, issue #39 - [`cbec8da`](https://github.com/s3fs-fuse/s3fs-fuse/commit/cbec8da9a3442fa982fe7a8c8e83794e5ba8b791) fixed a bug issue #49 - [`20b1c20`](https://github.com/s3fs-fuse/s3fs-fuse/commit/20b1c207bef0402c2f52eaf812058c3e1cc0ab4c) fixed issue #39 - [`f0c33f8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/f0c33f8ef2be070c7ff6aa6054eb9796d4cc58e4) clean codes ### 📊 Changes **8 files changed** (+487 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+7 -3) 📝 `src/curl.cpp` (+335 -52) 📝 `src/curl.h` (+24 -10) 📝 `src/fdcache.cpp` (+3 -3) 📝 `src/fdcache.h` (+2 -2) 📝 `src/s3fs.cpp` (+96 -31) 📝 `src/s3fs.h` (+2 -0) 📝 `src/s3fs_util.cpp` (+18 -1) </details> ### 📄 Description Support for SSE-C: - Changed use_sse option for SSE-C, this option can allow file path which has some SSE-C keys for SSE-C. - Added new environment AWSSSECKEYS, which is specified SSE-C keys. --- <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:24 +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#1328
No description provided.