mirror of
https://github.com/apache/jclouds.git
synced 2025-02-12 04:56:04 +00:00
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
# # 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.