[PR #2212] [MERGED] Explicitly handle CommonPrefixes with nocompat_dir #2391

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2212
Author: @gaul
Created: 7/12/2023
Status: Merged
Merged: 7/13/2023
Merged by: @ggtakec

Base: masterHead: noncompat_dir/common-prefix


📝 Commits (1)

  • c405ad2 Explicitly handle CommonPrefixes with nocompat_dir

📊 Changes

5 files changed (+82 additions, -137 deletions)

View changed files

📝 src/s3fs.cpp (+15 -0)
📝 src/s3fs_xml.cpp (+6 -3)
📝 src/s3fs_xml.h (+1 -1)
📝 src/s3objlist.h (+3 -0)
📝 test/integration-test-main.sh (+57 -133)

📄 Description

Previously the test missed listing implicit directories and another test was incorrect. This fixes a regression from 1.91.


🔄 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/2212 **Author:** [@gaul](https://github.com/gaul) **Created:** 7/12/2023 **Status:** ✅ Merged **Merged:** 7/13/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `noncompat_dir/common-prefix` --- ### 📝 Commits (1) - [`c405ad2`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c405ad2f767d6c3e5257df01fc5ac2a55aa7e758) Explicitly handle CommonPrefixes with nocompat_dir ### 📊 Changes **5 files changed** (+82 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+15 -0) 📝 `src/s3fs_xml.cpp` (+6 -3) 📝 `src/s3fs_xml.h` (+1 -1) 📝 `src/s3objlist.h` (+3 -0) 📝 `test/integration-test-main.sh` (+57 -133) </details> ### 📄 Description Previously the test missed listing implicit directories and another test was incorrect. This fixes a regression from 1.91. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:18 +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#2391
No description provided.