docs icon indicating copy to clipboard operation
docs copied to clipboard

[BUG] Documentation URL for Amazon s3 incorrect in Linux reference

Open pixarbuff opened this issue 1 year ago • 0 comments

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.

pixarbuff avatar Aug 28 '24 18:08 pixarbuff