public class CdmS3Client extends Object
| Constructor and Description |
|---|
CdmS3Client() |
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.services.s3.S3Client |
acquire(CdmS3Uri uri)
Acquire an S3Client configured to connect to the object store associated with the supplied CdmS3Uri.
|
static software.amazon.awssdk.services.s3.S3Client |
acquire(String uri)
Acquire an S3Client configured to connect to the object store associated with the supplied CdmS3Uri.
|
public static software.amazon.awssdk.services.s3.S3Client acquire(String uri) throws IOException
uri - string representing a CdmS3UriIOException - Indicates an error creating the client, or an error creating the CdmS3Uri object.public static software.amazon.awssdk.services.s3.S3Client acquire(CdmS3Uri uri) throws IOException
uri - CdmS3UriIOException - Indicates an error creating the client, or an error creating the CdmS3Uri object.