Note: This SOAP implementation does not support IO streaming uploads to S3. Any documents uploaded by this implementation must fit inside memory allocated to the Java program running this class if OutOfMemory errors are to be avoided.
Note 2: The SOAP implementation does not perform retries when communication with s3 fails.
The preferred S3Service implementation in JetS3t is {@link RestS3Service}. This SOAP implementation class is provided with JetS3t as a proof-of-concept, showing that alternative service implementations are possible and what a SOAP service might look like. We do not recommend that this service be used to perform any real work.
@author James Murty
|
|