Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved to add option for Session Token Period Second #10

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Conversation

ggtakec
Copy link
Owner

@ggtakec ggtakec commented Mar 3, 2024

Relevant Issue (if applicable)

n/a

Details

This library does not support session token generation(login processing) for STS/SSO, etc., so normally it is necessary to write the session token in Credentials(.aws/<file> or environment variables).
Therefore, to update the Session Token, you will need to use an external program to update the Credential.

However, it is not possible to specify an expiration date for Session Token, so the expiration date is always determined to be in the future.
Therefore, there is a problem that s3fs continues to use an expired Session Token.
(Even if s3fs determines that the Session Token has expired, there is no process to update it, so you need to notice this phenomenon and update it using another program.)

Added an option to specify the validity period(in seconds) of the Session Token in this PR.(This probably doesn't help much.)
Please see the revised README.md for details.

@ggtakec ggtakec merged commit 92dfdd1 into master Mar 3, 2024
18 checks passed
@ggtakec ggtakec deleted the add_opts branch March 3, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant