Package | Description |
---|---|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.internal.crypto | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Class and Description |
---|
AbstractRepeatableCipherInputStream
Deprecated.
this class is no longer used and will be removed in the future
Common base class used to wrap an InputStream with a cipher input stream to encrypt it, and handles resets by attempting to reset on the original, unencrypted data InputStream, and recreate an identical Cipher and identical CipherInputStream on the original data. It's repeatable if and only if the underlying unencryptedDataStream is repeatable - if the underlying input stream is not repeatable and you're going to buffer to make it repeatable anyways, it makes more sense to do so after wrapping in this object, so we buffer the encrypted data and don't have to bother re-encrypting on retry.
This stream only supports being marked before the first call to
|
AbstractS3ResponseHandler
Abstract HTTP response handler for Amazon S3 responses.
|
BucketNameUtils
Utilities for working with Amazon S3 bucket names, such as validation and
checked to see if they are compatible with DNS addressing.
|
HeaderHandler
Assistant response handler that can pull an HTTP header out of the response
and apply it to a response object.
|
Mimetypes
Utility class that maintains a listing of known Mimetypes, and determines the
mimetype of files based on file extensions.
|
ObjectExpirationResult
Interface for service responses that receive the x-amz-expiration header.
|
ObjectRestoreResult
Interface for service responses that receive the x-amz-restore header.
|
S3XmlResponseHandler
S3 Implementation of HttpResponseHandler.
|
ServerSideEncryptionResult
Interface for service responses that include the server-side-encryption
related headers.
|
ServiceUtils.RetryableS3DownloadTask
Interface for the task of downloading object from S3 to a specific file,
enabling one-time retry mechanism after integrity check failure
on the downloaded file.
|
XmlWriter
Basic XML Writer helper library.
|
Class and Description |
---|
S3Direct
Used to provide direct access to the underlying/original S3 client methods
free of any added cryptographic functionalities.
|
Class and Description |
---|
ObjectExpirationResult
Interface for service responses that receive the x-amz-expiration header.
|
ObjectRestoreResult
Interface for service responses that receive the x-amz-restore header.
|
ServerSideEncryptionResult
Interface for service responses that include the server-side-encryption
related headers.
|
SSEResultBase
Common abstract base class for result that contains server side encryption
(SSE) information.
|
Copyright © 2014. All rights reserved.