ncw/swift

Header is not processed in DynamicLargeObjectCreate

4xicom opened this issue · 2 comments

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

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

Yes, I checked it in.