简体   繁体   中英

“HTTP method DELETE doesn't support output” exception when executing a bulk-delete on Swift using jClouds

When trying to execute a bulk-delete for objects in openstack swift using jclouds, we are getting the following exception:

HTTP method DELETE doesn't support output connecting to DELETE http://swift.internal.com:8080/v1/AUTH_312312_321312_3123131_5435/dummyContainer/dummyObject?bulk-delete=true HTTP/1.1

Any thoughts on what could be causing this?

If you are describing a problem with jclouds, this is a good place to start:

http://jclouds.apache.org/documentation/userguide/bug-report/

The wire log is very helpful when debugging.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM