Package com.adobe.testing.s3mock.s3.dto
Object Owner.Companion
-
- All Implemented Interfaces:
public class Owner.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final OwnerDEFAULT_OWNERprivate final OwnerDEFAULT_OWNER_BUCKETpublic final static Owner.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OwnergetDEFAULT_OWNER()Default owner in S3Mock until support for ownership is implemented. final OwnergetDEFAULT_OWNER_BUCKET()-
-
Method Detail
-
getDEFAULT_OWNER
final Owner getDEFAULT_OWNER()
Default owner in S3Mock until support for ownership is implemented.
-
getDEFAULT_OWNER_BUCKET
final Owner getDEFAULT_OWNER_BUCKET()
-
-
-
-