[GH-ISSUE #2518] s3 workload identity support #1229

Open
opened 2026-03-04 01:52:24 +03:00 by kerem · 0 comments
Owner

Originally created by @Anhui-tqhuang on GitHub (Aug 27, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2518

Additional Information

Version of s3fs being used (s3fs --version)

v1.94

Details about issue

Currently s3fs doesn't support AssumeRoleWithWebIdentity against the s3-compatible server, might it be possible to support that with the following envvars or options?

  • AWS_ROLE_ARN or -o aws_role_arn
  • AWS_WEB_IDENTITY_TOKEN_FILE or -o aws_web_identity_token_file
  • AWS_CA_BUNDLE or -o aws_ca_bundle
  • AWS_ENDPOINT_URL_S3 or -o aws_endpoint_url_s3
  • AWS_ENDPOINT_URL_STS or -o aws_endpoint_url_sts
  • AWS_REGION or -o aws_region
Originally created by @Anhui-tqhuang on GitHub (Aug 27, 2024). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2518 ### Additional Information #### Version of s3fs being used (`s3fs --version`) v1.94 ### Details about issue Currently s3fs doesn't support `AssumeRoleWithWebIdentity` against the s3-compatible server, might it be possible to support that with the following envvars or options? - `AWS_ROLE_ARN` or `-o aws_role_arn` - `AWS_WEB_IDENTITY_TOKEN_FILE` or `-o aws_web_identity_token_file` - `AWS_CA_BUNDLE` or `-o aws_ca_bundle` - `AWS_ENDPOINT_URL_S3` or `-o aws_endpoint_url_s3` - `AWS_ENDPOINT_URL_STS` or `-o aws_endpoint_url_sts` - `AWS_REGION` or `-o aws_region`
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#1229
No description provided.