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.



198
199
# File 'lib/aws-sdk-core/plugins/sign.rb', line 198

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.



195
196
# File 'lib/aws-sdk-core/plugins/sign.rb', line 195

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.



201
202
# File 'lib/aws-sdk-core/plugins/sign.rb', line 201

def sign_event(*args)
end