newClient

Gets a new S3Client instance configured with the given S3Config value.

Clients are loaded dynamically from the first implementing library found on the classpath.

Return

A newly created S3Client instance.

Parameters

config

Configuration for the new client instance.

Throws

if no implementing library was found on the classpath.