Class: Aws::Plugins::Sign::NullSigner Private
- Inherits:
-
Object
- Object
- Aws::Plugins::Sign::NullSigner
- 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
- #presign_url(*args) ⇒ Object private
- #sign(context) ⇒ Object private
- #sign_event(*args) ⇒ Object private
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.
205 206 |
# File 'lib/aws-sdk-core/plugins/sign.rb', line 205 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.
202 203 |
# File 'lib/aws-sdk-core/plugins/sign.rb', line 202 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.
208 209 |
# File 'lib/aws-sdk-core/plugins/sign.rb', line 208 def sign_event(*args) end |