mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
d0657a436e
During Hugo deploy when a remote MD5 is invalid (e.g due to multipart eTag) Hugo reads the entire remote file and calculates the MD5 again which can be slow. This commit updates the file upload so that it will also store an MD5 hash in the cloud provider's attributes. e.g in AWS this looks like x-amz-meta-md5chksum: 26fe392386a8123bf8956a16e08cb841. |
||
---|---|---|
.. | ||
cloudfront.go | ||
deploy.go | ||
deploy_azure.go | ||
deploy_test.go | ||
deployConfig.go | ||
deployConfig_test.go | ||
google.go |