We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507ace3 commit 3be7057Copy full SHA for 3be7057
migration-s3-location.sh
@@ -16,7 +16,7 @@ export AWS_ACCESS_KEY_ID=$(cat awsaccess | head -1)
16
export AWS_SECRET_ACCESS_KEY=$(cat awsaccess | tail -1)
17
LAST4=$(echo -n $(cat awsaccess) | tail -c4)
18
echo k10migration4yong1-$LAST4$(date +%m%d) | awk '{print tolower($0)}' > k10_migration_bucketname
19
-# aws s3 mb s3://$(cat k10_migration_bucketname)
+# aws s3 mb s3://$(cat k10_migration_bucketname) --region $MY_REGION
20
21
export MY_OBJECT_STORAGE_PROFILE=myaws3-migration
22
0 commit comments