Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws.sh
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ function rbx_s3_upload {
date=$(date +"%a, %d %b %Y %T %z")

acl="x-amz-acl:public-read"
content_type="application/octet-stream"
content_type=$(file --mime-type -b $file)

data="PUT\n\n$content_type\n$date\n$acl\n/$bucket$path$file"
signature=$(echo -en "${data}" |

0 comments on commit da1276d

Please sign in to comment.