mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 02:29:25 +00:00
This avoids unneeded garbage, especially during XML parsing. Replaced with: find -name \*.java | xargs sed -i 's/^\( *[^ ]*\) = new StringBuilder();$/\1.setLength(0);/'
# # The jclouds provider for Amazon's S3 (http://aws.amazon.com/s3/). # # Expects the jclouds s3 API to be present on your application's classpath. # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.