How to use AWS CLI with Digital Ocean Spaces? Is it possible?
I tried to add my key id and secret to .aws/credentials
but I got:
An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our record
alias awsdo='aws --endpoint=https://nyc3.digitaloceanspaces.com'
– Gorgerin