ncw / swift

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

Header is not processed in DynamicLargeObjectCreate #147

Closed 4xicom closed 4 years ago

4xicom commented 5 years ago

in dlo.go createDLOManifest the headers parameter is not passed in and simply headers := make(Headers)

So the custom headers will not be there when creating the file.

ncw commented 5 years ago

Do you want to send a pull request to fix this?

4xicom commented 5 years ago

Yes, I checked it in.