[PR #2669] [MERGED] Use region instead of endpoint for configuration #2697

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2669
Author: @gaul
Created: 5/12/2025
Status: Merged
Merged: 5/18/2025
Merged by: @ggtakec

Base: masterHead: region


📝 Commits (1)

  • d6e8490 Use region instead of endpoint for configuration

📊 Changes

7 files changed (+36 additions, -34 deletions)

View changed files

📝 doc/man/s3fs.1.in (+3 -2)
📝 src/common.h (+1 -1)
📝 src/curl.cpp (+4 -4)
📝 src/s3fs.cpp (+23 -23)
📝 src/s3fs_global.cpp (+1 -1)
📝 src/s3fs_help.cpp (+3 -2)
📝 test/integration-test-common.sh (+1 -1)

📄 Description

This is more consistent with the AWS docs. Generally endpoint refers to an HTTP URL not just the region. Fixes #2668.


🔄 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/2669 **Author:** [@gaul](https://github.com/gaul) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/18/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `region` --- ### 📝 Commits (1) - [`d6e8490`](https://github.com/s3fs-fuse/s3fs-fuse/commit/d6e849098896af7a631e976e5e6794700a962647) Use region instead of endpoint for configuration ### 📊 Changes **7 files changed** (+36 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1.in` (+3 -2) 📝 `src/common.h` (+1 -1) 📝 `src/curl.cpp` (+4 -4) 📝 `src/s3fs.cpp` (+23 -23) 📝 `src/s3fs_global.cpp` (+1 -1) 📝 `src/s3fs_help.cpp` (+3 -2) 📝 `test/integration-test-common.sh` (+1 -1) </details> ### 📄 Description This is more consistent with the AWS docs. Generally endpoint refers to an HTTP URL not just the region. Fixes #2668. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:51 +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#2697
No description provided.