[PR #44] [MERGED] Fixed a bug issue #40 #1324

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/44
Author: @ggtakec
Created: 6/28/2014
Status: Merged
Merged: 6/28/2014
Merged by: @ggtakec

Base: masterHead: fixbug#40


📝 Commits (1)

📊 Changes

3 files changed (+35 additions, -2 deletions)

View changed files

📝 src/s3fs.cpp (+14 -2)
📝 src/s3fs_util.cpp (+20 -0)
📝 src/s3fs_util.h (+1 -0)

📄 Description

#40 is a bug.

List bucket request for rename(moving) does not have delimiter parameter, so that s3fs can not send 2'nd request because the response does not have "nextmarker" when there are over 1000 object.
This patches is that s3fs sends 2'nd request on that case.


🔄 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/44 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 6/28/2014 **Status:** ✅ Merged **Merged:** 6/28/2014 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fixbug#40` --- ### 📝 Commits (1) - [`c1a6d76`](https://github.com/s3fs-fuse/s3fs-fuse/commit/c1a6d76fc3287b2fe3b509005d67b3fad78c3e7a) Fixed a bug issue #40 ### 📊 Changes **3 files changed** (+35 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/s3fs.cpp` (+14 -2) 📝 `src/s3fs_util.cpp` (+20 -0) 📝 `src/s3fs_util.h` (+1 -0) </details> ### 📄 Description #40 is a bug. List bucket request for rename(moving) does not have delimiter parameter, so that s3fs can not send 2'nd request because the response does not have "nextmarker" when there are over 1000 object. This patches is that s3fs sends 2'nd request on that case. --- <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:23 +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#1324
No description provided.