Class: Aws::S3::Plugins::ExpressSessionAuth Private
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Aws::S3::Plugins::ExpressSessionAuth
- Defined in:
- lib/aws-sdk-s3/plugins/express_session_auth.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.
Defined Under Namespace
Classes: Handler
Instance Method Summary collapse
-
#after_initialize(client) ⇒ Object
private
Optimization - sets this client as the client to create sessions.
Instance Method Details
#after_initialize(client) ⇒ 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.
Optimization - sets this client as the client to create sessions.
71 72 73 74 |
# File 'lib/aws-sdk-s3/plugins/express_session_auth.rb', line 71 def after_initialize(client) provider = client.config.express_credentials_provider provider.client = client unless provider.client end |