-
Notifications
You must be signed in to change notification settings - Fork 47
Cloudian Storage
William Silversmith edited this page Apr 12, 2020
·
3 revisions
- install boto3, awscli
- setup the credentials in
~/.aws/credentials
[matrix]
aws_access_key_id=XXXXXXXXXXXXX
aws_secret_access_key=XXXXXXXXXX
- Use the aws tool with profile
aws --profile=matrix --endpoint-url=https://your-endpoint-url:443 s3 ls
- You can also make an alias in
.bashrc
file:alias aws="aws --profile=matrix --endpoint-url=https://your-endpoint-url:443"
You can get the credentials and endpoint url from the Security Credentials
page of your personal profile.