jclouds/apis/s3
Andrew Gaul 80a4430035 JCLOUDS-679: Use HEAD for S3 bucketExists
This method costs 0.4 cents per 10,000 requests instead of 0.5 cents
per 1,000 requests:

http://aws.amazon.com/s3/pricing/

API reference:

http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketHEAD.html
2014-08-20 12:44:20 -07:00
..
src JCLOUDS-679: Use HEAD for S3 bucketExists 2014-08-20 12:44:20 -07:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Up to 2.0.0-SNAPSHOT after the 1.8.0 release 2014-08-05 09:10:24 +02:00

README.txt

#
# The jclouds API for Amazon's S3 (http://aws.amazon.com/s3/).
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.