Skip to content

Commit

Permalink
fix tab in example
Browse files Browse the repository at this point in the history
s3_url was incorrectly formatted in the example.
  • Loading branch information
joekiller committed Dec 9, 2014
1 parent c19e835 commit 2f19036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ Example:
bucket "my-s3-bucket"
aws_access_key_id "mykeyid"
aws_secret_access_key "mykey"
s3_url "https://s3.amazonaws.com/bucket"
s3_url "https://s3.amazonaws.com/bucket"
owner "me"
group "mygroup"
mode "0644"
action :create
decryption_key "my SHA256 digest key"
decrypted_file_checksum "SHA256 hex digest of decrypted file"

end

= MD5 and Multi-Part Upload:
Expand Down

0 comments on commit 2f19036

Please sign in to comment.