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

USE_IAM not working #21

Open
danielbeicht opened this issue Apr 7, 2022 · 1 comment
Open

USE_IAM not working #21

danielbeicht opened this issue Apr 7, 2022 · 1 comment

Comments

@danielbeicht
Copy link

Hi,
when I try using the USE_IAM-environment variable using docker I get the error message "please provide ACCESS_KEY_ID". Tested with:

version: '3.4'
services:
  s3manager:
    image: cloudlena/s3manager
    environment:
      - USE_IAM=true
    ports:
      - 80:8080

and

docker run -p 80:8080 -e 'USE_IAM=true' cloudlena/s3manager

@cloudlena
Copy link
Owner

Hi @danielbeicht

I hadn't pushed the image to Docker Hub yet. Can you try again pulling the latest image?

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

No branches or pull requests

2 participants