Class: Aws::S3::Plugins::ExpressSessionAuth Private

Inherits:
Seahorse::Client::Plugin
  • Object
show all
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

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.



65
66
67
68
# File 'lib/aws-sdk-s3/plugins/express_session_auth.rb', line 65

def after_initialize(client)
  provider = client.config.express_credentials_provider
  provider.client = client unless provider.client
end