Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.1
-
None
Description
URL signing is intended to vend URLs that external clients can use to interact with object stores without routing through jclouds. This makes sense for signGetBlob and signPutBlob but jclouds also offers signRemoveBlob. The latter is a misfeature since signed URL should use only URL parameters yet no provider supports this for DELETEs. Deprecate in 2.1.0 and remove in 2.2.0.