[PR #593] [MERGED] Backward compatible for changing default transport to HTTPS #1561

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/593
Author: @ggtakec
Created: 5/13/2017
Status: Merged
Merged: 5/13/2017
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 24df69f Backward compatible for changing default transport to HTTPS

📊 Changes

3 files changed (+53 additions, -23 deletions)

View changed files

📝 doc/man/s3fs.1 (+6 -2)
📝 src/s3fs.cpp (+38 -19)
📝 src/s3fs_util.cpp (+9 -2)

📄 Description

Relevant Issue (if applicable)

#588

Details

  • Backward compatibility
    By #588 we changed the default protocol from HTTP to HTTPS, but it is affected by some users who do not specify the url option.
    To maintain backward compatibility, when s3fs fails the bucket check on HTTPS, s3fs falls back to HTTP and rechecks the bucket.
  • Updated the explanation of url option of help, man page.

🔄 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/593 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 5/13/2017 **Status:** ✅ Merged **Merged:** 5/13/2017 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`24df69f`](https://github.com/s3fs-fuse/s3fs-fuse/commit/24df69f68802e2ea7b6fbfed9a1c113df385f8a5) Backward compatible for changing default transport to HTTPS ### 📊 Changes **3 files changed** (+53 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+6 -2) 📝 `src/s3fs.cpp` (+38 -19) 📝 `src/s3fs_util.cpp` (+9 -2) </details> ### 📄 Description #### Relevant Issue (if applicable) #588 #### Details - Backward compatibility By #588 we changed the default protocol from HTTP to HTTPS, but it is affected by some users who do not specify the url option. To maintain backward compatibility, when s3fs fails the bucket check on HTTPS, s3fs falls back to HTTP and rechecks the bucket. - Updated the explanation of url option of help, man page. --- <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:04 +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#1561
No description provided.