# File lib/rudy/cli/aws/s3/buckets.rb, line 28 28: def create_buckets 29: s3 = Rudy::AWS::S3.new(@@global.accesskey, @@global.secretkey, @@global.region) 30: s3.create_bucket(@argv.name, @option.location) 31: buckets 32: end