- Part - Class in com.adobe.testing.s3mock.dto
-
- Part() - Constructor for class com.adobe.testing.s3mock.dto.Part
-
- Prefix(String) - Constructor for class com.adobe.testing.s3mock.dto.ListMultipartUploadsResult.Prefix
-
- 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.
- 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.
- 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
-
Stores a File inside a Bucket.
- putS3Object(String, String, String, String, InputStream, boolean, Map<String, String>) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Stores a File inside a Bucket.
- putS3ObjectWithKMSEncryption(String, String, String, InputStream, boolean, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Stores an encrypted File inside a Bucket.
- putS3ObjectWithKMSEncryption(String, String, String, InputStream, boolean, Map<String, String>, String, String) - Method in class com.adobe.testing.s3mock.domain.FileStore
-
Stores an encrypted File inside a Bucket.