Exception: AwsS3Export::NoParams

Inherits:
Error
  • Object
show all
Defined in:
lib/aws_s3_export/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNoParams

Returns a new instance of NoParams.



20
21
22
# File 'lib/aws_s3_export/error.rb', line 20

def initialize
  super("You should set all params like this s3 = AwsS3Export::Export.new(:export_dir => '/your/dir/', :bucket_name =>'your_bucker_name', :prefix => 'dir', :access_key => xxx, :secret_access_key => xxx ) ")
end