[
https://issues.apache.org/jira/browse/JCLOUDS-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399914#comment-16399914
]
ASF subversion and git services commented on JCLOUDS-1271:
----------------------------------------------------------
Commit ba0a44907dd8a80640bbdb626cab805400937585 in jclouds-labs's branch
refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=ba0a449 ]
JCLOUDS-1271: Remove BlobStore.signRemoveBlob
Most providers never supported this functionality and the portable
abstraction should not have included it.
> Remove signRemoveBlob
> ---------------------
>
> Key: JCLOUDS-1271
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1271
> Project: jclouds
> Issue Type: Improvement
> Components: jclouds-blobstore
> Affects Versions: 2.0.1
> Reporter: Andrew Gaul
> Assignee: Andrew Gaul
> Priority: Minor
> Fix For: 2.2.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)