| Package | Description |
|---|---|
| com.adobe.testing.s3mock.domain | |
| com.adobe.testing.s3mock.dto |
| Modifier and Type | Method and Description |
|---|---|
Owner |
BucketContents.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
MultipartUpload |
FileStore.prepareMultipartUpload(String bucketName,
String fileName,
String contentType,
String contentEncoding,
String uploadId,
Owner owner,
Owner initiator)
Prepares everything to store files uploaded as multipart upload.
|
MultipartUpload |
FileStore.prepareMultipartUpload(String bucketName,
String fileName,
String contentType,
String contentEncoding,
String uploadId,
Owner owner,
Owner initiator,
Map<String,String> userMetadata)
Prepares everything to store files uploaded as multipart upload.
|
| Constructor and Description |
|---|
BucketContents(String key,
String lastModified,
String etag,
String size,
String storageClass,
Owner owner)
Constructs a new
BucketContents. |
| Modifier and Type | Method and Description |
|---|---|
Owner |
MultipartUpload.getInitiator() |
Owner |
MultipartUpload.getOwner() |
Owner |
ListAllMyBucketsResult.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAllMyBucketsResult.setOwner(Owner owner) |
| Constructor and Description |
|---|
ListAllMyBucketsResult(Owner owner,
List<Bucket> buckets)
Constructs a new
ListAllMyBucketsResult. |
MultipartUpload(String key,
String uploadId,
Owner owner,
Owner initiator,
Date initiated)
Create a new MultipartUpload with the given parameters.
|
Copyright © 2019 Adobe. All rights reserved.