Skip to content

Instantly share code, notes, and snippets.

View zabbio's full-sized avatar

Yuki Nakatake zabbio

  • Amazon Web Services Japan.
  • Tokyo
View GitHub Profile
require 'aws-sdk'
AWS.config(
:access_key_id => '********',
:secret_access_key => '*******'
)
s3 = AWS::S3.new
bucket = s3.buckets['birthday-understeer']