Skip to content

Commit

Permalink
Update storage/2020-08-04/file/files/properties_get.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff authored Aug 2, 2021
1 parent 6c5902a commit 182d4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/2020-08-04/file/files/properties_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (client Client) GetPropertiesResponder(resp *http.Response) (result GetResu
result.ContentDisposition = resp.Header.Get("Content-Disposition")
result.ContentEncoding = resp.Header.Get("Content-Encoding")
result.ContentLanguage = resp.Header.Get("Content-Language")
result.ContentMD5 = resp.Header.Get("x-ms-content-md5")
result.ContentMD5 = resp.Header.Get("Content-MD5")
result.ContentType = resp.Header.Get("Content-Type")
result.CopyID = resp.Header.Get("x-ms-copy-id")
result.CopyProgress = resp.Header.Get("x-ms-copy-progress")
Expand Down

0 comments on commit 182d4ee

Please sign in to comment.