mirror of https://github.com/apache/jclouds.git
675c649cb6
As recommended at http://s3.amazonaws.com/doc/s3-developer-guide/RESTAuthentication.html: "You can also send a signature as a URL-encoded query-string parameter in the URL for the request." Also deals with some of the craziness of URL encoding/decoding in jclouds. References JCLOUDS-200 |
||
---|---|---|
.. | ||
src | ||
README.txt | ||
pom.xml |
README.txt
# # 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.