Skip to content

Commit 3be7057

Browse files
committed
Update migration-s3-location.sh
1 parent 507ace3 commit 3be7057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration-s3-location.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export AWS_ACCESS_KEY_ID=$(cat awsaccess | head -1)
1616
export AWS_SECRET_ACCESS_KEY=$(cat awsaccess | tail -1)
1717
LAST4=$(echo -n $(cat awsaccess) | tail -c4)
1818
echo k10migration4yong1-$LAST4$(date +%m%d) | awk '{print tolower($0)}' > k10_migration_bucketname
19-
# aws s3 mb s3://$(cat k10_migration_bucketname)
19+
# aws s3 mb s3://$(cat k10_migration_bucketname) --region $MY_REGION
2020

2121
export MY_OBJECT_STORAGE_PROFILE=myaws3-migration
2222

0 commit comments

Comments
 (0)