Package org.jets3t.tests

Class Summary
AxisSoapS3ServiceTest Test cases specific to the Axis SOAP S3Service implementation SoapS3Service.
BaseS3ServiceTest Runs generic S3Service-related tests that any S3Service implementation should be able to perform.
FakeS3Server Very basic implementation of an S3 server-side stub that can fake certain S3 interactions including: Logging in using S3-stored credentials (passphrase/password=please/please) Listing buckets Listing the contents of an empty bucket Allowing for PUT uploads, with generation and comparison of an MD5 digest for data received
HttpClientRestS3ServiceTest Test cases specific to the HttpClient REST/HTTP S3Service implementation RestS3Service.
PutViaSocket Very basic client implementation able to PUT files into S3 using the Java socket implementation directly, with no HTTP library or transport of any kind.