[PR #2611] [CLOSED] Filipzitny/pla 3139 refactor mounters authentication flow #2668

Closed
opened 2026-03-04 02:06:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2611
Author: @Yggdrasill501
Created: 11/14/2024
Status: Closed

Base: masterHead: filipzitny/pla-3139-refactor-mounters-authentication-flow


📝 Commits (10+)

  • d2b7848 Set SSE headers when checking bucket
  • 780c75d Merge pull request #1 from deepnote/js/check-bucket-sse
  • 587b988 Update configure.ac
  • 0af9d09 Merge branch 'jstastny:master' into master
  • 99e5499 Naive fix
  • bfd8849 Bump version
  • 253d9ff Merge pull request #2 from deepnote/js/fix-ls
  • 5ed76d2 s3fs: add option free_space_ratio to control cache size (#2351)
  • c38c390 Upgrade CI to Ubuntu 23.10 (#2355)
  • 57c66d8 Suppress some message levels on macos

📊 Changes

89 files changed (+5103 additions, -3823 deletions)

View changed files

📝 .clang-tidy (+30 -14)
📝 .github/workflows/ci.yml (+87 -67)
📝 .github/workflows/linux-ci-helper.sh (+25 -33)
📝 COMPILATION.md (+40 -13)
📝 ChangeLog (+23 -1)
📝 Makefile.am (+1 -0)
📝 README.md (+3 -1)
📝 autogen.sh (+8 -4)
📝 configure.ac (+29 -16)
📝 doc/man/s3fs.1.in (+26 -1)
doc/s3fs.png (+0 -0)
📝 src/Makefile.am (+5 -3)
📝 src/addhead.cpp (+8 -6)
📝 src/addhead.h (+8 -8)
src/autolock.h (+0 -63)
📝 src/cache.cpp (+213 -153)
📝 src/cache.h (+46 -33)
📝 src/common.h (+33 -3)
📝 src/curl.cpp (+420 -328)
📝 src/curl.h (+85 -75)

...and 69 more files

📄 Description

Relevant Issue (if applicable)

Details


🔄 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/2611 **Author:** [@Yggdrasill501](https://github.com/Yggdrasill501) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `filipzitny/pla-3139-refactor-mounters-authentication-flow` --- ### 📝 Commits (10+) - [`d2b7848`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d2b78483ac50a2927b092c4fc22ef28feea2c58b) Set SSE headers when checking bucket - [`780c75d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/780c75d4dbf793504568045df453b10800f43ea3) Merge pull request #1 from deepnote/js/check-bucket-sse - [`587b988`](https://github.com/s3fs-fuse/s3fs-fuse/commit/587b988c14e8bbdd2d35d7ab828ef53be03f947d) Update configure.ac - [`0af9d09`](https://github.com/s3fs-fuse/s3fs-fuse/commit/0af9d0971de43c7b9dcd171bb4613dd190d3e565) Merge branch 'jstastny:master' into master - [`99e5499`](https://github.com/s3fs-fuse/s3fs-fuse/commit/99e54991914c64069303a14b40e26e4dffb1aae5) Naive fix - [`bfd8849`](https://github.com/s3fs-fuse/s3fs-fuse/commit/bfd88493b5a5c840013807aee1e82d02f9213e61) Bump version - [`253d9ff`](https://github.com/s3fs-fuse/s3fs-fuse/commit/253d9fffaab904a52a30b56c4053d52a853ef254) Merge pull request #2 from deepnote/js/fix-ls - [`5ed76d2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/5ed76d2ac7d2a6aa05bf7eba07220d9f120a626e) s3fs: add option free_space_ratio to control cache size (#2351) - [`c38c390`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c38c3901f7a94c9c7e0aa11846a03b90aae35a33) Upgrade CI to Ubuntu 23.10 (#2355) - [`57c66d8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/57c66d8c0fa3b3ffba08370443d257e2e690de81) Suppress some message levels on macos ### 📊 Changes **89 files changed** (+5103 additions, -3823 deletions) <details> <summary>View changed files</summary> 📝 `.clang-tidy` (+30 -14) 📝 `.github/workflows/ci.yml` (+87 -67) 📝 `.github/workflows/linux-ci-helper.sh` (+25 -33) 📝 `COMPILATION.md` (+40 -13) 📝 `ChangeLog` (+23 -1) 📝 `Makefile.am` (+1 -0) 📝 `README.md` (+3 -1) 📝 `autogen.sh` (+8 -4) 📝 `configure.ac` (+29 -16) 📝 `doc/man/s3fs.1.in` (+26 -1) ➖ `doc/s3fs.png` (+0 -0) 📝 `src/Makefile.am` (+5 -3) 📝 `src/addhead.cpp` (+8 -6) 📝 `src/addhead.h` (+8 -8) ➖ `src/autolock.h` (+0 -63) 📝 `src/cache.cpp` (+213 -153) 📝 `src/cache.h` (+46 -33) 📝 `src/common.h` (+33 -3) 📝 `src/curl.cpp` (+420 -328) 📝 `src/curl.h` (+85 -75) _...and 69 more files_ </details> ### 📄 Description <!-- -------------------------------------------------------------------------- Please describe the purpose of the pull request(such as resolving the issue) and what the fix/update is. --------------------------------------------------------------------------- --> ### Relevant Issue (if applicable) <!-- If there are Issues related to this PullRequest, please list it. --> ### Details <!-- Please describe the details of PullRequest. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:41 +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#2668
No description provided.