mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1724] s3fs not using credential_process in ~/.aws/config #886
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#886
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?
Originally created by @akrish2011 on GitHub (Jul 20, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1724
s3fs is not able to use credential_process in ~/.aws/config, I am not finding any option to force use S3FS to use ~/.aws/config like aws cli to generate STS tokens using credential_process defined in the config file. This will help to solve token expiry problem in S3FS as well as solve the problem of remounting each time after token expiry
@gaul commented on GitHub (Jul 25, 2021):
Duplicate of #1122.