Rudy::CLI::CommandBase
# File lib/rudy/cli/aws/s3/store.rb, line 13 def store s3 = Rudy::AWS::S3.new(@@global.accesskey, @@global.secretkey, @@global.region) puts "Success: %s" % s3.store(@argv.path, @option.bucket) end
# File lib/rudy/cli/aws/s3/store.rb, line 8 def store_valid? raise "No path specified" unless @argv.path raise "No bucket specified" unless @option.bucket true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.