docs
docs copied to clipboard
[BUG] Documentation URL for Amazon s3 incorrect in Linux reference
Describe the bug on https://min.io/docs/minio/linux/reference/minio-mc.html the URL for S3 is incorrect; it should be https://s3.amazonaws.com
To Reproduce
$ mc alias set myAlias https://s3.amazon.com ACCESS_KEY SECRET_KEY
mc: <ERROR> Unable to initialize new alias from the provided credentials. Get "https://s3.amazon.com": dial tcp 72.21.210.29:443: connect: connection refused.
Expected behavior
Changing the URL to amazonaws.com fixes it:
$ mc alias set myAlias https://s3.amazonaws.com ACCESS_KEY SECRET_KEY
Added myAlias successfully.
Desktop (please complete the following information):
- OS: Ubuntu
Additional context Add any other context about the problem here.