Skip to content

Commit

Permalink
Add verbose logging to curl S3 uploading.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Mar 31, 2016
1 parent 288636d commit 7b02ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws.sh
Expand Up @@ -23,6 +23,7 @@ function rbx_s3_upload {
-H "Content-Type: $content_type" \
-H "$acl" \
-H "Authorization: AWS ${AWS_ACCESS_KEY_ID}:$signature" \
--verbose \
"$url$path$dest"
}

Expand Down

0 comments on commit 7b02ffb

Please sign in to comment.