ncw / swift

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

Typo ? in DynamicLargeObjectMove #145

Closed 4xicom closed 5 years ago

4xicom commented 5 years ago

In dlo.go line 42, shouldn't it be

info, headers, err := c.Object(srcContainer, srcObjectName)

instead of

info, headers, err := c.Object(dstContainer, srcObjectName)

ncw commented 5 years ago

How did you come across this?

You certainly look to be correct!