alternative to s3fuse for docker container s3 mount

157 views Asked by At

I am running application on EKS.I need to access the s3 bucket inside my pod containers. These applications are launched from deployments using service account and WebIdentityTokenCredentialsProvider. as per documentation s3 fuse only accepts the standard AWS credentials file. Due to security issues , its risky to provide credentials while building image and also not feasible solution. I am looking out for any cleaner solution for my use.

1

There are 1 answers

1
Andrew Gaul On

s3fs supports the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables.