Exception: Directlytos3::Exceptions::MissingAccessKey

Inherits:
S3Exception
  • Object
show all
Defined in:
lib/directlytos3/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ MissingAccessKey

Returns a new instance of MissingAccessKey.



6
7
8
# File 'lib/directlytos3/exceptions.rb', line 6

def initialize(key)
  super("You did not provide both required access keys. Please provide the #{key} key.")
end