Package com.adobe.testing.s3mock.dto
Class CopySource
java.lang.Object
com.adobe.testing.s3mock.dto.CopySource
Represents a S3 Object referenced by Bucket and Key.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopySource(String copySource) Creates aCopySourceexpecting the given String represents the source as/{bucket}/{key}. -
Method Summary
-
Field Details
-
DELIMITER
- See Also:
-
-
Constructor Details
-
CopySource
Creates aCopySourceexpecting the given String represents the source as/{bucket}/{key}.- Parameters:
copySource- The object references.- Throws:
IllegalArgumentException- IfcopySourcecould not be parsed.NullPointerException- IfcopySourceis null.
-
-
Method Details
-
getBucket
-
getKey
-