[PR #1493] [CLOSED] -deleted- #2012

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1493
Author: @jdhayford
Created: 12/11/2020
Status: Closed

Base: masterHead: jack/fuse-script-root-subdirectory


📝 Commits (10+)

  • a9bf3a2 Merge pull request #1 from s3fs-fuse/master
  • 788aa4e Create ci.yml
  • d0d0d0c Create linux-ci-helper.sh
  • 9b4df54 Add custom xattr driven restrictions for script roots and ws files (#2)
  • df54ad3 Removes script root subdirectory restriction
  • eab8a6f Merge branch 'master' into jack/fuse-script-root-subdirectory
  • a1230b4 Remove buckets indicator
  • c5c33f9 Merge branch 'jack/fuse-script-root-subdirectory' of github.com:wayscript/s3fs-fuse into jack/fuse-script-root-subdirectory
  • 07d0854 Remove parent check
  • ac9125f Rebuild binary

📊 Changes

9 files changed (+525 additions, -1 deletions)

View changed files

.github/workflows/ci.yml (+181 -0)
.github/workflows/linux-ci-helper.sh (+217 -0)
📝 .gitignore (+3 -0)
Dockerfile (+42 -0)
builds/build.sh (+5 -0)
builds/s3fs (+0 -0)
📝 src/metaheader.cpp (+20 -0)
📝 src/metaheader.h (+2 -0)
📝 src/s3fs.cpp (+55 -1)

📄 Description

No description provided


🔄 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/1493 **Author:** [@jdhayford](https://github.com/jdhayford) **Created:** 12/11/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jack/fuse-script-root-subdirectory` --- ### 📝 Commits (10+) - [`a9bf3a2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a9bf3a2d73fbeac4df8f3119b518f734582c85d4) Merge pull request #1 from s3fs-fuse/master - [`788aa4e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/788aa4eeb2addece053b7b64869cf5c87ff0e7f5) Create ci.yml - [`d0d0d0c`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d0d0d0c4179f3e8e47433f07cd964aa054501d93) Create linux-ci-helper.sh - [`9b4df54`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9b4df54b97f42624926682779a247f0ae2f9d7c0) Add custom xattr driven restrictions for script roots and ws files (#2) - [`df54ad3`](https://github.com/s3fs-fuse/s3fs-fuse/commit/df54ad38d83612143657d7e64e1a12f87b8b271f) Removes script root subdirectory restriction - [`eab8a6f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/eab8a6ff24ad7233737f2dd38ea16c1fd30f0e19) Merge branch 'master' into jack/fuse-script-root-subdirectory - [`a1230b4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a1230b450bc7511b1d9e6dbfa5ce4e0b853b213d) Remove buckets indicator - [`c5c33f9`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c5c33f990cc0e25ffc8358419d5f1bc2783b0666) Merge branch 'jack/fuse-script-root-subdirectory' of github.com:wayscript/s3fs-fuse into jack/fuse-script-root-subdirectory - [`07d0854`](https://github.com/s3fs-fuse/s3fs-fuse/commit/07d085437bae427cadd6e29d77db1a2f84a726fa) Remove parent check - [`ac9125f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/ac9125fbf9c1b94c5175fe1fb0662e099d708f12) Rebuild binary ### 📊 Changes **9 files changed** (+525 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+181 -0) ➕ `.github/workflows/linux-ci-helper.sh` (+217 -0) 📝 `.gitignore` (+3 -0) ➕ `Dockerfile` (+42 -0) ➕ `builds/build.sh` (+5 -0) ➕ `builds/s3fs` (+0 -0) 📝 `src/metaheader.cpp` (+20 -0) 📝 `src/metaheader.h` (+2 -0) 📝 `src/s3fs.cpp` (+55 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:15 +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#2012
No description provided.