Your cart is currently empty!
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:
Leave a Reply