bouncestorage / swiftproxy

Access other storage backends via the Swift API
Apache License 2.0
31 stars 2 forks source link

bulk-delete fixes #37

Closed kahing closed 9 years ago

kahing commented 9 years ago

jclouds and swift documentation passes ?bulk-delete without param value to indicate bulk-delete.

jclouds doesn't pass the initial / to payload

jclouds doesn't escape payload strings correctly, which swift seems to accept. Included a transient backend workaround for this

timuralp commented 9 years ago

Opened a jclouds bug about prepending "/". If we fix it there, we can revert the change in this patch that allows for such behavior. :+1: