mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
50f1ad5loading 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.