feat(azure): added the missing func argument
This commit is contained in:
parent
bced0611ea
commit
14d64256a9
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ func NewStorage(cfg *config.ObjectsConfig) (objectstorage.ObjectStorage, error)
|
|||
}, nil
|
||||
}
|
||||
|
||||
func (s *storageImpl) Upload(reader io.Reader, key string, contentType string, compression objectstorage.CompressionType) error {
|
||||
func (s *storageImpl) Upload(reader io.Reader, key string, contentType, contentEncoding string, compression objectstorage.CompressionType) error {
|
||||
cacheControl := "max-age=2628000, immutable, private"
|
||||
var encoding *string
|
||||
switch compression {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue