S3: AWS CLI Custom URL

Install AWS CLI here.

Configure:

aws configure
  • Input Access Key
  • Input Secret Key

Edit .aws/config:

[default]
services = cloudraya-s3

[services cloudraya-s3]
s3 =
  endpoint_url = https://s3-jak01.storageraya.com

Test

aws s3 ls

References:


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *