7 lines
267 B
Text
7 lines
267 B
Text
|
export AWS_ACCESS_KEY_ID=GKdac05807405e200f8153595f
|
||
|
export AWS_SECRET_ACCESS_KEY=5c5710356eafc7d401fd3f5ecf5b50a5f0994f2e68d9fbaf678d91287abbd467
|
||
|
export AWS_DEFAULT_REGION='garage'
|
||
|
|
||
|
function aws { command aws --endpoint-url http://localhost:3900 $@ ; }
|
||
|
aws --version
|