class

Awscr::S3::DefaultHttpClientFactory

Inherits Awscr::S3::HttpClientFactory < Reference < Object

The default implementation of HttpClientFactory used to provide HTTP clients for communicating with S3. This factory creates a new HTTP::Client instance for each request.

Instance methods

acquire_raw_client(endpoint : URI) : HTTP::Client

Acquires a new HTTP::Client instance configured for the given endpoint and signer.

Source