- com.adobe.testing.s3mock.testsupport.common - package com.adobe.testing.s3mock.testsupport.common
-
- configureClientToIgnoreInvalidSslCertificates(ClientConfiguration) - Method in class com.adobe.testing.s3mock.testsupport.common.S3MockStarter
-
Adjusts the given client configuration to allow the communication with the mock server using
HTTPS, although that one uses a self-signed SSL certificate.
- createS3Client() - Method in class com.adobe.testing.s3mock.testsupport.common.S3MockStarter
-
Creates an AmazonS3 client instance that is configured to call the started S3Mock
server using HTTPS.
- createS3Client(String) - Method in class com.adobe.testing.s3mock.testsupport.common.S3MockStarter
-
Creates an AmazonS3 client instance that is configured to call the started S3Mock
server using HTTPS for a given region.
- createS3ClientV2() - Method in class com.adobe.testing.s3mock.testsupport.common.S3MockStarter
-
Creates an S3Client client instance that is configured to call the started S3Mock
server using HTTPS.