Skip to content

Commit 7b02ffb

Browse files
committedMar 31, 2016
Add verbose logging to curl S3 uploading.
[ci skip]
1 parent 288636d commit 7b02ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/aws.sh

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function rbx_s3_upload {
2323
-H "Content-Type: $content_type" \
2424
-H "$acl" \
2525
-H "Authorization: AWS ${AWS_ACCESS_KEY_ID}:$signature" \
26+
--verbose \
2627
"$url$path$dest"
2728
}
2829

0 commit comments

Comments
 (0)
Please sign in to comment.