aws configure
command to configure the AWS CLI. The command will ask for values for the following parameters:AWS Access Key ID
— enter the key id that you received from our admin.AWS Secret Access Key
— enter the secret key that you received from our admin.Default region name
— enter value us-east-1
.us-east-1
. Other region values may result in an authorization error.Default output format
- leave unchanged.aws configure
command will save the settings in files:.aws/credentials
in the following format:.aws/config
in the following format:--endpoint
parameter is required, and the value should be https://s3.coldstack.io
since by default the client is configured to work with Amazon servers.my-new-bucket
with your desired name:--include
filter and skip objects described in the --exclude
filter