We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288636d commit 7b02ffbCopy full SHA for 7b02ffb
scripts/aws.sh
@@ -23,6 +23,7 @@ function rbx_s3_upload {
23
-H "Content-Type: $content_type" \
24
-H "$acl" \
25
-H "Authorization: AWS ${AWS_ACCESS_KEY_ID}:$signature" \
26
+ --verbose \
27
"$url$path$dest"
28
}
29
0 commit comments