Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Edited s3client/README.rdoc via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis committed Jul 18, 2011
1 parent 8b55694 commit 83cc4fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions s3client/README.rdoc
Expand Up @@ -22,12 +22,12 @@ aws-s3 (Amazon Official Gem)
= USAGE:
(In another recipe)

include_recipe "s3client"
s3_file "/tmp/remote_s3_file.tar.bz2" do
bucket "my-badass-bucket"
object_name "/path/to/remote_s3_file.tar.bz2"
aws_access_key_id "accesskey"
aws_secret_access_key "secretkey"
mode "644"
end
include_recipe "s3client"

s3_file "/tmp/remote_s3_file.tar.bz2" do
bucket "my-badass-bucket"
object_name "/path/to/remote_s3_file.tar.bz2"
aws_access_key_id "accesskey"
aws_secret_access_key "secretkey"
mode "644"
end

0 comments on commit 83cc4fd

Please sign in to comment.