cloudlena / s3manager

A Web GUI for your S3 buckets
Other
489 stars 93 forks source link

USE_IAM not working #21

Open danielbeicht opened 2 years ago

danielbeicht commented 2 years ago

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 commented 2 years ago

Hi @danielbeicht

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