A B C D E F G H I K L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortMultipartUpload(String, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Aborts the upload.
- addDeletedObject(ObjectIdentifier) - Method in class com.adobe.testing.s3mock.dto.BatchDeleteResponse
- AwsChunkDecodingInputStream - Class in com.adobe.testing.s3mock.util
-
Skips V4 style signing metadata from input streams.
- AwsChunkDecodingInputStream(InputStream) - Constructor for class com.adobe.testing.s3mock.util.AwsChunkDecodingInputStream
-
Constructs a new
AwsChunkDecodingInputStream. - AwsHttpHeaders - Class in com.adobe.testing.s3mock.util
-
Holds Header used in HTTP requests from AWS S3 Client.
B
- BatchDeleteRequest - Class in com.adobe.testing.s3mock.dto
-
Request to initiate a batch delete request.
- BatchDeleteRequest() - Constructor for class com.adobe.testing.s3mock.dto.BatchDeleteRequest
- BatchDeleteResponse - Class in com.adobe.testing.s3mock.dto
-
Result to be returned after batch delete request.
- BatchDeleteResponse() - Constructor for class com.adobe.testing.s3mock.dto.BatchDeleteResponse
- Bucket - Class in com.adobe.testing.s3mock.domain
-
DTO representing a bucket.
- Bucket(Path, String, String) - Constructor for class com.adobe.testing.s3mock.domain.Bucket
-
Constructs a new
Bucket. - BucketContents - Class in com.adobe.testing.s3mock.domain
-
Contents are the XMLElements of ListBucketResult see http://docs.aws.amazon .com/AmazonS3/latest/API/RESTBucketGET.html
- BucketContents() - Constructor for class com.adobe.testing.s3mock.domain.BucketContents
-
Constructs a new
BucketContents. - BucketContents(String, String, String, String, String, Owner) - Constructor for class com.adobe.testing.s3mock.domain.BucketContents
-
Constructs a new
BucketContents. - Buckets - Class in com.adobe.testing.s3mock.domain
-
DTO representing a list of buckets.
- Buckets() - Constructor for class com.adobe.testing.s3mock.domain.Buckets
C
- close() - Method in class com.adobe.testing.s3mock.util.AwsChunkDecodingInputStream
- com.adobe.testing.s3mock - package com.adobe.testing.s3mock
- com.adobe.testing.s3mock.domain - package com.adobe.testing.s3mock.domain
- com.adobe.testing.s3mock.dto - package com.adobe.testing.s3mock.dto
- com.adobe.testing.s3mock.util - package com.adobe.testing.s3mock.util
- completeMultipartUpload(String, String, String, List<Part>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Finishes the upload.
- completeMultipartUpload(String, String, String, List<Part>, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Completes an Multipart Upload for the given Id.
- CompleteMultipartUploadRequest - Class in com.adobe.testing.s3mock.dto
-
Request to complete multipart upload.
- CompleteMultipartUploadRequest() - Constructor for class com.adobe.testing.s3mock.dto.CompleteMultipartUploadRequest
- CompleteMultipartUploadResult - Class in com.adobe.testing.s3mock.dto
-
Result to be returned when completing a multipart request.
- CompleteMultipartUploadResult(String, String, String, String) - Constructor for class com.adobe.testing.s3mock.dto.CompleteMultipartUploadResult
-
Constructs a new
CompleteMultipartUploadResult. - convert(String) - Method in class com.adobe.testing.s3mock.util.ObjectRefConverter
- convert(String) - Method in class com.adobe.testing.s3mock.util.RangeConverter
- COPY - com.adobe.testing.s3mock.MetadataDirective
- COPY_SOURCE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- COPY_SOURCE_RANGE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- CopyObjectResult - Class in com.adobe.testing.s3mock.dto
-
DTO as representation of a succeeded copy process.
- CopyObjectResult(String, String) - Constructor for class com.adobe.testing.s3mock.dto.CopyObjectResult
-
Constructs a new
CopyObjectResult. - copyPart(String, String, int, int, String, String, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Copies the range, define by from/to, from the S3 Object, identified by the given key to given destination into the given bucket.
- CopyPartResult - Class in com.adobe.testing.s3mock.dto
- CopyPartResult(Date, String) - Constructor for class com.adobe.testing.s3mock.dto.CopyPartResult
- copyS3Object(String, String, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Copies an object, identified by bucket and name, to a another bucket and objectName.
- copyS3Object(String, String, String, String, Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deprecated.This method is not used in S3Mock.
- copyS3ObjectEncrypted(String, String, String, String, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Copies an object to another bucket and encrypted object.
- copyS3ObjectEncrypted(String, String, String, String, String, String, Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Copies an object to another bucket and encrypted object.
- createBucket(String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Creates a new bucket.
- createUserMetadataHeaders(S3Object) - Static method in class com.adobe.testing.s3mock.util.MetadataUtil
-
Adds user metadata to response headers from S3Object.
D
- decode(String) - Static method in class com.adobe.testing.s3mock.util.StringEncoding
- DEFAULT_HTTP_PORT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- DEFAULT_HTTPS_PORT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- DEFAULT_SERVER_SSL_KEY_ALIAS - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- DEFAULT_SERVER_SSL_KEY_PASSWORD - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- DEFAULT_SERVER_SSL_KEY_STORE - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- DEFAULT_SERVER_SSL_KEY_STORE_PASSWORD - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- deleteBucket(String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deletes a Bucket and all of its contents.
- deleteObject(String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Removes an object from a bucket.
- DELIMITER - Static variable in class com.adobe.testing.s3mock.dto.ObjectRef
- doesBucketExist(String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Checks if the specified bucket exists.
E
- encode(String) - Static method in class com.adobe.testing.s3mock.util.StringEncoding
- equals(Object) - Method in class com.adobe.testing.s3mock.domain.Tag
- equals(Object) - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- ErrorResponse - Class in com.adobe.testing.s3mock.dto
-
A DTO which can be used as an response body if an error occurred.
- ErrorResponse() - Constructor for class com.adobe.testing.s3mock.dto.ErrorResponse
- EtagSerializer - Class in com.adobe.testing.s3mock.dto
-
ETag values must be wrapped in quotation marks.
- EtagSerializer() - Constructor for class com.adobe.testing.s3mock.dto.EtagSerializer
F
- FaviconController - Class in com.adobe.testing.s3mock
-
Spring Boot 2.2+ does not include the default favicon.ico any more.
- FaviconController() - Constructor for class com.adobe.testing.s3mock.FaviconController
- FileStore - Class in com.adobe.testing.s3mock.domain
-
S3 Mock file store.
- FileStore(String) - Constructor for class com.adobe.testing.s3mock.domain.FileStore
-
Constructs a new
FileStore. - from(String) - Static method in class com.adobe.testing.s3mock.dto.ObjectRef
-
Creates a
ObjectRefexpecting the given String represents the source as/{bucket}/{key}. - from(Date, String) - Static method in class com.adobe.testing.s3mock.dto.CopyPartResult
G
- getBucket() - Method in class com.adobe.testing.s3mock.dto.ObjectRef
- getBucket(String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Retrieves a bucket identified by its name.
- getBuckets() - Method in class com.adobe.testing.s3mock.domain.Buckets
- getBuckets() - Method in class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
- getCode() - Method in exception com.adobe.testing.s3mock.domain.S3Exception
- getContentEncoding() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getContentType() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getCreationDate() - Method in class com.adobe.testing.s3mock.domain.Bucket
- getCreationDate() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getDataFile() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getDeletedObjects() - Method in class com.adobe.testing.s3mock.dto.BatchDeleteResponse
- getDigest(InputStream) - Static method in class com.adobe.testing.s3mock.util.HashUtil
-
Calculates a base64 MD5 Hash for the content of an inputStream.
- getDigest(String, InputStream) - Static method in class com.adobe.testing.s3mock.util.HashUtil
-
Calculates a base64 MD5 Hash for the content of an inputStream.
- getDisplayName() - Method in class com.adobe.testing.s3mock.dto.Owner
- getEnd() - Method in class com.adobe.testing.s3mock.dto.Range
- getEtag() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getEtag() - Method in class com.adobe.testing.s3mock.dto.CopyObjectResult
- getEtag() - Method in class com.adobe.testing.s3mock.dto.CopyPartResult
- getETag() - Method in class com.adobe.testing.s3mock.dto.Part
- getHttpPort() - Method in class com.adobe.testing.s3mock.S3MockApplication
-
Gets the Http server port.
- getId() - Method in class com.adobe.testing.s3mock.dto.Owner
- getInitiated() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getInitiator() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getKey() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getKey() - Method in class com.adobe.testing.s3mock.domain.Tag
- getKey() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getKey() - Method in class com.adobe.testing.s3mock.dto.ObjectIdentifier
- getKey() - Method in class com.adobe.testing.s3mock.dto.ObjectRef
- getKmsEncryption() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getKmsKeyId() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getLastModified() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getLastModified() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getLastModified() - Method in class com.adobe.testing.s3mock.dto.CopyObjectResult
- getLastModified() - Method in class com.adobe.testing.s3mock.dto.CopyPartResult
- getLastModified() - Method in class com.adobe.testing.s3mock.dto.Part
- getMd5() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getMessage() - Method in exception com.adobe.testing.s3mock.domain.S3Exception
- getModificationDate() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getMultipartUploadParts(String, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Get all multipart upload parts.
- getName() - Method in class com.adobe.testing.s3mock.domain.Bucket
- getName() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getObjectsToDelete() - Method in class com.adobe.testing.s3mock.dto.BatchDeleteRequest
- getOwner() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getOwner() - Method in class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
- getOwner() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getPartNumber() - Method in class com.adobe.testing.s3mock.dto.Part
- getParts() - Method in class com.adobe.testing.s3mock.dto.CompleteMultipartUploadRequest
- getPath() - Method in class com.adobe.testing.s3mock.domain.Bucket
- getPort() - Method in class com.adobe.testing.s3mock.S3MockApplication
-
Gets the Https server port.
- getS3Object(String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Retrieves an Object from a bucket.
- getS3Objects(String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Retrieves list of Objects from a bucket.
- getSize() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getSize() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getSize() - Method in class com.adobe.testing.s3mock.dto.Part
- getStart() - Method in class com.adobe.testing.s3mock.dto.Range
- getStatus() - Method in exception com.adobe.testing.s3mock.domain.S3Exception
- getStorageClass() - Method in class com.adobe.testing.s3mock.domain.BucketContents
- getStorageClass() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getTags() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getTagSet() - Method in class com.adobe.testing.s3mock.dto.Tagging
- getUploadId() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- getUserMetadata() - Method in class com.adobe.testing.s3mock.domain.S3Object
- getUserMetadata(HttpServletRequest) - Static method in class com.adobe.testing.s3mock.util.MetadataUtil
-
Retrieves user metadata from request.
- getValue() - Method in class com.adobe.testing.s3mock.domain.Tag
- getVersionId() - Method in class com.adobe.testing.s3mock.dto.ObjectIdentifier
- getVersionId() - Method in class com.adobe.testing.s3mock.dto.Tagging
H
- handleS3Exception(S3Exception) - Method in class com.adobe.testing.s3mock.util.S3MockExceptionHandler
-
Handles the given
S3Exception. - hashCode() - Method in class com.adobe.testing.s3mock.domain.Tag
- hashCode() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- HashUtil - Class in com.adobe.testing.s3mock.util
-
A util-Class for the creation of Hashes.
- HashUtil() - Constructor for class com.adobe.testing.s3mock.util.HashUtil
I
- InitiateMultipartUploadResult - Class in com.adobe.testing.s3mock.dto
-
Result to be returned after multipart upload initiation.
- InitiateMultipartUploadResult(String, String, String) - Constructor for class com.adobe.testing.s3mock.dto.InitiateMultipartUploadResult
-
Constructs a new
InitiateMultipartUploadResult. - isEncrypted() - Method in class com.adobe.testing.s3mock.domain.S3Object
- isQuiet() - Method in class com.adobe.testing.s3mock.dto.BatchDeleteRequest
K
- KmsKeyStore - Class in com.adobe.testing.s3mock.domain
-
Stores valid KMS key references for the
S3MockApplication. - KmsKeyStore() - Constructor for class com.adobe.testing.s3mock.domain.KmsKeyStore
L
- ListAllMyBucketsResult - Class in com.adobe.testing.s3mock.dto
-
Represents a result of listing all Buckets.
- ListAllMyBucketsResult() - Constructor for class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
-
Constructs a new
ListAllMyBucketsResult. - ListAllMyBucketsResult(Owner, List<Bucket>) - Constructor for class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
-
Constructs a new
ListAllMyBucketsResult. - ListBucketResult - Class in com.adobe.testing.s3mock.dto
-
Represents a result of listing objects that reside in a Bucket.
- ListBucketResult(String, String, String, int, boolean, String, String, List<BucketContents>, Collection<String>) - Constructor for class com.adobe.testing.s3mock.dto.ListBucketResult
-
Constructs a new
ListBucketResult. - ListBucketResultV2 - Class in com.adobe.testing.s3mock.dto
-
Represents a result of listing objects that reside in a Bucket.
- ListBucketResultV2(String, String, int, boolean, List<BucketContents>, Collection<String>, String, String, String, String, String) - Constructor for class com.adobe.testing.s3mock.dto.ListBucketResultV2
-
Constructs a new
ListBucketResultV2. - listBuckets() - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Lists all buckets managed by this FileStore.
- listMultipartUploads() - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Lists the not-yet completed parts of an multipart upload.
- ListMultipartUploadsResult - Class in com.adobe.testing.s3mock.dto
-
List Multipart Uploads result according to the S3 API Reference.
- ListMultipartUploadsResult(String, String, String, String, String, int, boolean, String, String, List<MultipartUpload>, List<String>) - Constructor for class com.adobe.testing.s3mock.dto.ListMultipartUploadsResult
-
Creates a new ListMultipartUploadsResult.
- ListPartsResult - Class in com.adobe.testing.s3mock.dto
-
List-Parts result with some hard-coded values as this is sufficient for now.
- ListPartsResult(String, String, String, List<Part>) - Constructor for class com.adobe.testing.s3mock.dto.ListPartsResult
-
Constructs a new
ListPartsResult.
M
- main(String[]) - Static method in class com.adobe.testing.s3mock.S3MockApplication
-
Main Class that starts the server using
S3MockApplication.start(String...). - METADATA_DIRECTIVE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- MetadataDirective - Enum in com.adobe.testing.s3mock
-
This enum declares values of the optional "x-amz-metadata-directive" header.
- MetadataUtil - Class in com.adobe.testing.s3mock.util
- MetadataUtil() - Constructor for class com.adobe.testing.s3mock.util.MetadataUtil
- MultipartUpload - Class in com.adobe.testing.s3mock.dto
-
Container for elements related to a particular multipart upload, according to the S3 API Reference.
- MultipartUpload(String, String, Owner, Owner, Date) - Constructor for class com.adobe.testing.s3mock.dto.MultipartUpload
-
Create a new MultipartUpload with the given parameters.
N
- NOT_COPY_SOURCE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- NOT_COPY_SOURCE_RANGE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- NOT_SERVER_SIDE_ENCRYPTION - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
O
- ObjectIdentifier - Class in com.adobe.testing.s3mock.dto
-
Object identifier used in many APIs.
- ObjectIdentifier() - Constructor for class com.adobe.testing.s3mock.dto.ObjectIdentifier
- ObjectRef - Class in com.adobe.testing.s3mock.dto
-
Represents a S3 Object referenced by Bucket and Key.
- ObjectRefConverter - Class in com.adobe.testing.s3mock.util
- ObjectRefConverter() - Constructor for class com.adobe.testing.s3mock.util.ObjectRefConverter
- Owner - Class in com.adobe.testing.s3mock.dto
-
Owner of a Bucket.
- Owner() - Constructor for class com.adobe.testing.s3mock.dto.Owner
-
Constructs a new
Owner. - Owner(long, String) - Constructor for class com.adobe.testing.s3mock.dto.Owner
-
Constructs a new
Owner.
P
- Part - Class in com.adobe.testing.s3mock.dto
- Part() - Constructor for class com.adobe.testing.s3mock.dto.Part
- Prefix - Class in com.adobe.testing.s3mock.dto
- Prefix(String) - Constructor for class com.adobe.testing.s3mock.dto.Prefix
- prepareMultipartUpload(String, String, String, String, String, Owner, Owner) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Prepares everything to store files uploaded as multipart upload.
- prepareMultipartUpload(String, String, String, String, String, Owner, Owner, Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Prepares everything to store files uploaded as multipart upload.
- PROP_HTTP_PORT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing the HTTP port to use.
- PROP_HTTPS_PORT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing the HTTPS port to use.
- PROP_INITIAL_BUCKETS - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing a comma separated list of buckets that are to be created at startup.
- PROP_ROOT_DIRECTORY - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing a root directory to use.
- PROP_SECURE_CONNECTION - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for using either HTTPS or HTTP connections.
- PROP_SILENT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for enabling the silent mode with logging set at WARN and without banner.
- putPart(String, String, String, String, InputStream, boolean) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Uploads a part of a multipart upload.
- putS3Object(String, String, String, String, InputStream, boolean) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deprecated.This method is only used in S3Mock tests.
- putS3Object(String, String, String, String, InputStream, boolean, Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deprecated.This method is not used in S3Mock.
- putS3Object(String, String, String, String, InputStream, boolean, Map<String, String>, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Generically stores a File inside a Bucket.
- putS3ObjectWithKMSEncryption(String, String, String, InputStream, boolean, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deprecated.This method is not used in S3Mock.
- putS3ObjectWithKMSEncryption(String, String, String, InputStream, boolean, Map<String, String>, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Deprecated.This method is not used in S3Mock.
R
- RANDOM_PORT - Static variable in class com.adobe.testing.s3mock.S3MockApplication
- Range - Class in com.adobe.testing.s3mock.dto
-
Range request value object.
- Range(long, long) - Constructor for class com.adobe.testing.s3mock.dto.Range
-
Constructs a new
Range. - RANGE - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- RangeConverter - Class in com.adobe.testing.s3mock.util
-
Converts http range header value to range object.
- RangeConverter() - Constructor for class com.adobe.testing.s3mock.util.RangeConverter
- read() - Method in class com.adobe.testing.s3mock.util.AwsChunkDecodingInputStream
- registerKMSKeyRef(String) - Method in class com.adobe.testing.s3mock.domain.KmsKeyStore
-
Register a valid KMS Key reference.
- registerKMSKeyRef(String) - Method in class com.adobe.testing.s3mock.S3MockApplication
-
Registers a valid KMS key reference on the mock server.
- REPLACE - com.adobe.testing.s3mock.MetadataDirective
S
- S3Exception - Exception in com.adobe.testing.s3mock.domain
-
RuntimeExceptionto communicate general S3 errors. - S3Exception(int, String, String) - Constructor for exception com.adobe.testing.s3mock.domain.S3Exception
-
Creates a new S3Exception to be mapped as an
ErrorResponse. - S3MockApplication - Class in com.adobe.testing.s3mock
-
File Store Application that mocks Amazon S3.
- S3MockApplication() - Constructor for class com.adobe.testing.s3mock.S3MockApplication
- S3MockExceptionHandler - Class in com.adobe.testing.s3mock.util
-
ResponseEntityExceptionHandlerdealing withS3Exceptions; Serializes them to response output as suitable ErrorResponses. - S3MockExceptionHandler() - Constructor for class com.adobe.testing.s3mock.util.S3MockExceptionHandler
- S3Object - Class in com.adobe.testing.s3mock.domain
-
Holds S3 object metadata.
- S3Object() - Constructor for class com.adobe.testing.s3mock.domain.S3Object
- serialize(String, JsonGenerator, SerializerProvider) - Method in class com.adobe.testing.s3mock.dto.EtagSerializer
- SERVER_SIDE_ENCRYPTION - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- SERVER_SIDE_ENCRYPTION_AWS_KMS_KEYID - Static variable in class com.adobe.testing.s3mock.util.AwsHttpHeaders
- SERVER_SSL_KEY_ALIAS - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for specifying the key to use.
- SERVER_SSL_KEY_PASSWORD - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing the password for the key.
- SERVER_SSL_KEY_STORE - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing the path to the keystore to use.
- SERVER_SSL_KEY_STORE_PASSWORD - Static variable in class com.adobe.testing.s3mock.S3MockApplication
-
Property name for passing the password for the keystore.
- setBuckets(Buckets) - Method in class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
- setBuckets(List<Bucket>) - Method in class com.adobe.testing.s3mock.domain.Buckets
- setCode(String) - Method in class com.adobe.testing.s3mock.dto.ErrorResponse
- setContentEncoding(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setContentType(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setCreationDate(String) - Method in class com.adobe.testing.s3mock.domain.Bucket
- setCreationDate(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setDataFile(File) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setDisplayName(String) - Method in class com.adobe.testing.s3mock.dto.Owner
- setEncrypted(boolean) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setEtag(String) - Method in class com.adobe.testing.s3mock.dto.CopyObjectResult
- setETag(String) - Method in class com.adobe.testing.s3mock.dto.Part
- setId(long) - Method in class com.adobe.testing.s3mock.dto.Owner
- setKey(String) - Method in class com.adobe.testing.s3mock.domain.Tag
- setKey(String) - Method in class com.adobe.testing.s3mock.dto.ObjectIdentifier
- setKmsEncryption(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setKmsEncryptionKeyId(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setLastModified(long) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setLastModified(String) - Method in class com.adobe.testing.s3mock.dto.CopyObjectResult
- setLastModified(Date) - Method in class com.adobe.testing.s3mock.dto.Part
- setMd5(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setMessage(String) - Method in class com.adobe.testing.s3mock.dto.ErrorResponse
- setModificationDate(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setName(String) - Method in class com.adobe.testing.s3mock.domain.Bucket
- setName(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setObjectsToDelete(List<ObjectIdentifier>) - Method in class com.adobe.testing.s3mock.dto.BatchDeleteRequest
- setObjectTags(String, String, List<Tag>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Sets tags for a given object.
- setOwner(Owner) - Method in class com.adobe.testing.s3mock.dto.ListAllMyBucketsResult
- setPartNumber(Integer) - Method in class com.adobe.testing.s3mock.dto.Part
- setParts(List<Part>) - Method in class com.adobe.testing.s3mock.dto.CompleteMultipartUploadRequest
- setPath(Path) - Method in class com.adobe.testing.s3mock.domain.Bucket
- setQuiet(boolean) - Method in class com.adobe.testing.s3mock.dto.BatchDeleteRequest
- setRequestId(String) - Method in class com.adobe.testing.s3mock.dto.ErrorResponse
- setResource(String) - Method in class com.adobe.testing.s3mock.dto.ErrorResponse
- setSize(Long) - Method in class com.adobe.testing.s3mock.dto.Part
- setSize(String) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setTags(List<Tag>) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setTagSet(List<Tag>) - Method in class com.adobe.testing.s3mock.dto.Tagging
- setUserMetadata(Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.S3Object
- setValue(String) - Method in class com.adobe.testing.s3mock.domain.Tag
- setVersionId(String) - Method in class com.adobe.testing.s3mock.dto.ObjectIdentifier
- setVersionId(String) - Method in class com.adobe.testing.s3mock.dto.Tagging
- start(String...) - Static method in class com.adobe.testing.s3mock.S3MockApplication
-
Starts the server.
- start(Map<String, Object>, String...) - Static method in class com.adobe.testing.s3mock.S3MockApplication
-
Starts the server.
- stop() - Method in class com.adobe.testing.s3mock.S3MockApplication
-
Stops the server.
- StringEncoding - Class in com.adobe.testing.s3mock.util
-
Wrapper for
URLEncoder.encode(String, String)andURLDecoder.decode(String, String)since those methods throw exceptions. - StringEncoding() - Constructor for class com.adobe.testing.s3mock.util.StringEncoding
T
- Tag - Class in com.adobe.testing.s3mock.domain
- Tag() - Constructor for class com.adobe.testing.s3mock.domain.Tag
- Tag(String) - Constructor for class com.adobe.testing.s3mock.domain.Tag
-
Constructor for Spring's automatic header conversion.
- Tag(String, String) - Constructor for class com.adobe.testing.s3mock.domain.Tag
- Tagging - Class in com.adobe.testing.s3mock.dto
-
Result to be returned for GetObjectTagging.
- Tagging() - Constructor for class com.adobe.testing.s3mock.dto.Tagging
- Tagging(List<Tag>) - Constructor for class com.adobe.testing.s3mock.dto.Tagging
- toString() - Method in class com.adobe.testing.s3mock.dto.ListMultipartUploadsResult
- toString() - Method in class com.adobe.testing.s3mock.dto.MultipartUpload
- toString() - Method in class com.adobe.testing.s3mock.dto.ObjectRef
V
- validateKeyRef(String) - Method in class com.adobe.testing.s3mock.domain.KmsKeyStore
-
Validate if the KMS key reference is valid.
- valueOf(String) - Static method in enum com.adobe.testing.s3mock.MetadataDirective
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.adobe.testing.s3mock.MetadataDirective
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages