mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
webdav: performance improvements and bug fixes
we need my custom golang/x/net/webdav fork for now https://github.com/drakkan/net/tree/sftpgo
This commit is contained in:
@@ -681,7 +681,7 @@ func (fs *AzureBlobFs) headObject(name string) (*azblob.BlobGetPropertiesRespons
|
||||
return response, err
|
||||
}
|
||||
|
||||
// GetMimeType implements MimeTyper interface
|
||||
// GetMimeType returns the content type
|
||||
func (fs *AzureBlobFs) GetMimeType(name string) (string, error) {
|
||||
response, err := fs.headObject(name)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user