[PR #793] [MERGED] Added list_object_max_keys option based on #783 PR #1643

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/793
Author: @ggtakec
Created: 7/8/2018
Status: Merged
Merged: 7/8/2018
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 7e0c53d Added list_object_max_keys option based on #783 PR

📊 Changes

4 files changed (+23 additions, -6 deletions)

View changed files

📝 doc/man/s3fs.1 (+5 -2)
📝 src/curl.cpp (+1 -1)
📝 src/s3fs.cpp (+11 -1)
📝 src/s3fs_util.cpp (+6 -2)

📄 Description

Relevant Issue (if applicable)

#783

Details

I made some changes based on the PR(#783) that @pawelmarkowski proposed.

His suggestion is to be able to increase max_keys.
This PR was set to the list_object_max_keys option so that max_keys can be changed.
Also, we changed the default value of retries from 3 to 5.
I hope this change will reduce the trouble.

@pawelmarkowski Thank you so much.


🔄 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/793 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 7/8/2018 **Status:** ✅ Merged **Merged:** 7/8/2018 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7e0c53d`](https://github.com/s3fs-fuse/s3fs-fuse/commit/7e0c53dfe9b8d360ba09a9ea1ff5e7f7a32aac2b) Added list_object_max_keys option based on #783 PR ### 📊 Changes **4 files changed** (+23 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+5 -2) 📝 `src/curl.cpp` (+1 -1) 📝 `src/s3fs.cpp` (+11 -1) 📝 `src/s3fs_util.cpp` (+6 -2) </details> ### 📄 Description ### Relevant Issue (if applicable) #783 ### Details I made some changes based on the PR(#783) that @pawelmarkowski proposed. His suggestion is to be able to increase max_keys. This PR was set to the list_object_max_keys option so that max_keys can be changed. Also, we changed the default value of retries from 3 to 5. I hope this change will reduce the trouble. @pawelmarkowski Thank you so much. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:28 +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#1643
No description provided.