Thursday, March 12

Don't Stop 'Til You Get Enough – Keep On With The Force …



The well-known chorus runs:

You load sixteen tons, and what do you get?
Another day older and deeper in debt.
Saint Peter, don't you call me, 'cause I can't go;
I owe my soul to the company store...


A code snippet:

require 'rubygems'
require 'right_aws'
s3 = RightAws::S3Interface.new(YOUR_ACCESS_KEY,YOUR_SECRET_ACCESS, {:multi_thread => true})
s3.create_bucket('test.example.com')
s3.put "test.example.com", "untitled.txt", 'Cache me if you can!', {'Content-Type'=>'text/plain', 'Cache-Control' => 'public, max-age=31536000'}


An an inline code snippet – amazing, isn't it?

No comments:

Post a Comment