fix: enable RespectForwardedHeaders
This commit is contained in:
parent
4dd1f50dab
commit
f51c06bc24
|
@ -162,6 +162,7 @@ func (s *StorageServiceImpl) BuildUploadBufferTus(basePath string, preUploadCb i
|
||||||
NotifyCompleteUploads: true,
|
NotifyCompleteUploads: true,
|
||||||
NotifyTerminatedUploads: true,
|
NotifyTerminatedUploads: true,
|
||||||
NotifyCreatedUploads: true,
|
NotifyCreatedUploads: true,
|
||||||
|
RespectForwardedHeaders: true,
|
||||||
PreUploadCreateCallback: preUploadCb,
|
PreUploadCreateCallback: preUploadCb,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue