ncw / swift

Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)
MIT License
313 stars 107 forks source link

Issue #145 obviously it is a typo that the dstContainer should be srcContainer #146

Closed 4xicom closed 5 years ago

4xicom commented 5 years ago

In object move, the original object should be get from srcContainer. It is a typo here.

ncw commented 5 years ago

Can you see if you can make a test that fails without the change but passes with it?

4xicom commented 5 years ago

Added test cases for large object create move and delete base on in mem swift server in swifttest

ncw commented 5 years ago

Thank you for doing that - that is a brilliant piece of work :-)

ncw commented 5 years ago

I've made a release v1.0.48 with that in.