diff --git a/storage/storage.go b/storage/storage.go index a76f992..c0da20f 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -162,6 +162,7 @@ func (s *StorageServiceImpl) BuildUploadBufferTus(basePath string, preUploadCb i NotifyCompleteUploads: true, NotifyTerminatedUploads: true, NotifyCreatedUploads: true, + RespectForwardedHeaders: true, PreUploadCreateCallback: preUploadCb, })