EasyAwscr::S3::Internals::ConnectionPool
Constructors
Instance methods
Acquires a fully configured HTTP::Client, with the signer attached.
Calls acquire_raw_client internally to retrieve a client and automatically
attaches a signing hook using the provided signer.
Override this method if you need custom logic beyond standard signing.
Acquires a raw HTTP::Client for the given endpoint and signer.
Subclasses must implement this method to construct or retrieve a client instance. The returned client is not expected to have a signing hook attached yet.
close
Sourcecreated_at
SourceReleases the given HTTP client. This is called when the client is no longer needed.