Class: Aws::Plugins::Sign::NullSigner Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/plugins/sign.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#presign_url(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



214
215
# File 'lib/aws-sdk-core/plugins/sign.rb', line 214

def presign_url(*args)
end

#sign(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



211
212
# File 'lib/aws-sdk-core/plugins/sign.rb', line 211

def sign(context)
end

#sign_event(*args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



217
218
# File 'lib/aws-sdk-core/plugins/sign.rb', line 217

def sign_event(*args)
end