Class S3BucketUtils
java.lang.Object
software.amazon.awssdk.testutils.service.S3BucketUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Creates a temporary bucket name using the class name of the calling class as a prefix.static String
temporaryBucketName
(Class<?> clz) Creates a temporary bucket name using the class name as a prefix.static String
Creates a temporary bucket name using the class name of the object passed as a prefix.static String
temporaryBucketName
(String prefix) Creates a temporary bucket name using the prefix passed.
-
Method Details
-
temporaryBucketName
Creates a temporary bucket name using the class name of the calling class as a prefix.- Returns:
- an s3 bucket name
-
temporaryBucketName
-
temporaryBucketName
-
temporaryBucketName
-