[PR #852] [MERGED] Allow credentials from ${HOME}/.aws/credentials #1661

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/852
Author: @gaul
Created: 11/4/2018
Status: Merged
Merged: 11/11/2018
Merged by: @ggtakec

Base: masterHead: aws-credentials-file


📝 Commits (1)

  • 9e530c8 Allow credentials from ${HOME}/.aws/credentials

📊 Changes

3 files changed (+81 additions, -0 deletions)

View changed files

📝 README.md (+4 -0)
📝 doc/man/s3fs.1 (+6 -0)
📝 src/s3fs.cpp (+71 -0)

📄 Description

This matches the configuration from popular tools like AWS CLI and
allows multiple profile names via -o profile=name. The existing
credential mechanisms continue to work. Fixes #822.


🔄 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/852 **Author:** [@gaul](https://github.com/gaul) **Created:** 11/4/2018 **Status:** ✅ Merged **Merged:** 11/11/2018 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `aws-credentials-file` --- ### 📝 Commits (1) - [`9e530c8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9e530c86ae7ada4598f8de9e77bcca59d5292c82) Allow credentials from ${HOME}/.aws/credentials ### 📊 Changes **3 files changed** (+81 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -0) 📝 `doc/man/s3fs.1` (+6 -0) 📝 `src/s3fs.cpp` (+71 -0) </details> ### 📄 Description This matches the configuration from popular tools like AWS CLI and allows multiple profile names via `-o profile=name`. The existing credential mechanisms continue to work. Fixes #822. --- <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:33 +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#1661
No description provided.