Package software.amazon.encryption.s3
Class S3EncryptionClientUtilities
- java.lang.Object
-
- software.amazon.encryption.s3.S3EncryptionClientUtilities
-
public class S3EncryptionClientUtilities extends Object
This class contains that which can be shared between the default S3 Encryption Client and its Async counterpart.
-
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_BUFFER_SIZE_BYTES
The Default Buffer Size for Safe authentication is set to 64MiB.static String
INSTRUCTION_FILE_SUFFIX
static long
MAX_ALLOWED_BUFFER_SIZE_BYTES
static long
MIN_ALLOWED_BUFFER_SIZE_BYTES
-
Constructor Summary
Constructors Constructor Description S3EncryptionClientUtilities()
-
-
-
Field Detail
-
INSTRUCTION_FILE_SUFFIX
public static final String INSTRUCTION_FILE_SUFFIX
- See Also:
- Constant Field Values
-
MIN_ALLOWED_BUFFER_SIZE_BYTES
public static final long MIN_ALLOWED_BUFFER_SIZE_BYTES
-
MAX_ALLOWED_BUFFER_SIZE_BYTES
public static final long MAX_ALLOWED_BUFFER_SIZE_BYTES
-
DEFAULT_BUFFER_SIZE_BYTES
public static final long DEFAULT_BUFFER_SIZE_BYTES
The Default Buffer Size for Safe authentication is set to 64MiB.- See Also:
- Constant Field Values
-
-