[PR #397] [MERGED] Supported User-Agent header - #383 #1491

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/397
Author: @ggtakec
Created: 4/17/2016
Status: Merged
Merged: 4/17/2016
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+59 additions, -0 deletions)

View changed files

📝 doc/man/s3fs.1 (+4 -0)
📝 src/curl.cpp (+41 -0)
📝 src/curl.h (+4 -0)
📝 src/s3fs.cpp (+4 -0)
📝 src/s3fs_util.cpp (+6 -0)

📄 Description

Supported User-Agent, thus usually s3fs outputs of the User-Agent in "s3fs/ (commit hash ; )" format.
If "noua" option is specified, s3fs suppresses the output of the User-Agent.

This is a modified corresponding to #383.


🔄 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/397 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 4/17/2016 **Status:** ✅ Merged **Merged:** 4/17/2016 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`10589a9`](https://github.com/s3fs-fuse/s3fs-fuse/commit/10589a949760f8a09d71ffae005cf5a22baaf98f) Supported User-Agent header - #383 ### 📊 Changes **5 files changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+4 -0) 📝 `src/curl.cpp` (+41 -0) 📝 `src/curl.h` (+4 -0) 📝 `src/s3fs.cpp` (+4 -0) 📝 `src/s3fs_util.cpp` (+6 -0) </details> ### 📄 Description Supported User-Agent, thus usually s3fs outputs of the User-Agent in "s3fs/<version> (commit hash <hash>; <using ssl library name>)" format. If "noua" option is specified, s3fs suppresses the output of the User-Agent. This is a modified corresponding to #383. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:54:14 +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#1491
No description provided.