mirror of
https://github.com/apache/jclouds.git
synced 2025-02-10 20:16:01 +00:00
Annotations removed with: find -name \*.java | xargs sed -i /@author/d Empty Javadoc removed with multiple iterations of: find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//' find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//' find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
# # The jclouds API for Amazon's S3 (http://aws.amazon.com/s3/). # # TODO: Implementation status. # TODO: Supported features. # TODO: Usage example.