public class CdmS3Client
extends java.lang.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(java.lang.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(java.lang.String uri) throws java.io.IOException
uri
- string representing a CdmS3Uri
java.io.IOException
- 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 java.io.IOException
uri
- CdmS3Uri
java.io.IOException
- Indicates an error creating the client, or an error creating the CdmS3Uri object.