We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @danielbeicht
I hadn't pushed the image to Docker Hub yet. Can you try again pulling the latest image?
Sorry, something went wrong.
No branches or pull requests
Hi,
when I try using the USE_IAM-environment variable using docker I get the error message "please provide ACCESS_KEY_ID". Tested with:
and
docker run -p 80:8080 -e 'USE_IAM=true' cloudlena/s3manager
The text was updated successfully, but these errors were encountered: