[PR #1133] [MERGED] Promote default ACL to enum #1843

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1133
Author: @gaul
Created: 8/21/2019
Status: Merged
Merged: 8/25/2019
Merged by: @ggtakec

Base: masterHead: default-acl


📝 Commits (1)

  • cc2eed8 Promote default ACL to enum

📊 Changes

5 files changed (+85 additions, -24 deletions)

View changed files

📝 doc/man/s3fs.1 (+0 -1)
📝 src/curl.cpp (+59 -11)
📝 src/curl.h (+17 -3)
📝 src/s3fs.cpp (+8 -7)
📝 src/s3fs_util.cpp (+1 -2)

📄 Description

This sanity checks ACLs during initialization and also omits sending
the header when set to PRIVATE which is the default.


🔄 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/1133 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/21/2019 **Status:** ✅ Merged **Merged:** 8/25/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `default-acl` --- ### 📝 Commits (1) - [`cc2eed8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/cc2eed84a58a5fc29b211c7b1388c634881bf1d7) Promote default ACL to enum ### 📊 Changes **5 files changed** (+85 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+0 -1) 📝 `src/curl.cpp` (+59 -11) 📝 `src/curl.h` (+17 -3) 📝 `src/s3fs.cpp` (+8 -7) 📝 `src/s3fs_util.cpp` (+1 -2) </details> ### 📄 Description This sanity checks ACLs during initialization and also omits sending the header when set to PRIVATE which is the default. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:25 +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#1843
No description provided.