Currently swift creates blob-1, blob-2... blob-n for multipart upload segments, which are very common names that can easily collide with normal objects. This changes the naming convention to that of python-swiftclient (the `swift' command line).
python-swiftclient also uses a different segment container by default, that's not implemented by this patch You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/770 -- Commit Summary -- * use segment names similar to those created by python-swiftclient -- File Changes -- M apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/blobstore/RegionScopedSwiftBlobStore.java (30) -- Patch Links -- https://github.com/jclouds/jclouds/pull/770.patch https://github.com/jclouds/jclouds/pull/770.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/770
