[PR #411] [MERGED] loading IAM role name automatically(iam_role option) - #387 #1496

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/411
Author: @ggtakec
Created: 5/6/2016
Status: Merged
Merged: 5/6/2016
Merged by: @ggtakec

Base: masterHead: master


📝 Commits (1)

  • 50f1ad5 loading IAM role name automatically(iam_role option) - #387

📊 Changes

5 files changed (+150 additions, -14 deletions)

View changed files

📝 doc/man/s3fs.1 (+2 -2)
📝 src/curl.cpp (+111 -4)
📝 src/curl.h (+5 -1)
📝 src/s3fs.cpp (+27 -4)
📝 src/s3fs_util.cpp (+5 -3)

📄 Description

Changed about iam_role option at the request of #387

Changed this option requires the IAM role name or "auto".
If specified "auto", s3fs will automatically use the IAM role names that are set to an instance.(loading IAM role name from http://169.254.169.254/latest/meta-data/iam/info)
If specified this option without any argument, it is the same as that you have specified the "auto".


🔄 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/411 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 5/6/2016 **Status:** ✅ Merged **Merged:** 5/6/2016 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`50f1ad5`](https://github.com/s3fs-fuse/s3fs-fuse/commit/50f1ad51c814ee5f59f356d8360e6a5335d21332) loading IAM role name automatically(iam_role option) - #387 ### 📊 Changes **5 files changed** (+150 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `doc/man/s3fs.1` (+2 -2) 📝 `src/curl.cpp` (+111 -4) 📝 `src/curl.h` (+5 -1) 📝 `src/s3fs.cpp` (+27 -4) 📝 `src/s3fs_util.cpp` (+5 -3) </details> ### 📄 Description Changed about iam_role option at the request of #387 Changed this option requires the IAM role name or "auto". If specified "auto", s3fs will automatically use the IAM role names that are set to an instance.(loading IAM role name from http://169.254.169.254/latest/meta-data/iam/info) If specified this option without any argument, it is the same as that you have specified the "auto". --- <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:15 +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#1496
No description provided.