Skip to content

Commit

Permalink
set aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 6, 2023
1 parent 48517c2 commit 5f4931a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/upload-artifacts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ s3_upload_file() {
local s3_dir="$2"
[[ $s3_dir != */ ]] && s3_dir="${s3_dir}/"

$OP aws --debug s3 cp $file $s3_dir --acl public-read --no-progress
$OP aws --debug s3 cp $file $s3_dir --acl public-read --no-progress --region $AWS_REGION
}

s3_ls() {
Expand Down

0 comments on commit 5f4931a

Please sign in to comment.