azureblob: add --azureblob-no-head-object

This commit is contained in:
Tatsuya Noyori 2021-09-06 18:41:54 +09:00 committed by GitHub
parent f7f4468cbc
commit 05f128868f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 2 deletions

View file

@ -1251,7 +1251,7 @@ very small even with this flag.
Advanced: true,
}, {
Name: "no_head_object",
Help: `If set, don't HEAD objects`,
Help: `If set, do not do HEAD before GET when getting objects.`,
Default: false,
Advanced: true,
}, {