Package com.adobe.testing.s3mock.dto
Class CopyObjectResult
java.lang.Object
com.adobe.testing.s3mock.dto.CopyObjectResult
-
Constructor Summary
ConstructorsConstructorDescriptionCopyObjectResult(String lastModified, String etag) Constructs a newCopyObjectResult. -
Method Summary
-
Constructor Details
-
CopyObjectResult
Constructs a newCopyObjectResult.- Parameters:
lastModified- last modification date of the copied fileetag- the copied Files base64 MD5 Hash
-