mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
azureblob: Add support for custom upload headers
This commit is contained in:
committed by
Nick Craig-Wood
parent
1392793334
commit
87fa9f8e46
@ -514,6 +514,18 @@ Properties:
|
||||
|
||||
{{< rem autogenerated options stop >}}
|
||||
|
||||
### Custom upload headers
|
||||
|
||||
You can set custom upload headers with the `--header-upload` flag.
|
||||
|
||||
- Cache-Control
|
||||
- Content-Disposition
|
||||
- Content-Encoding
|
||||
- Content-Language
|
||||
- Content-Type
|
||||
|
||||
Eg `--header-upload "Content-Type: text/potato"`
|
||||
|
||||
## Limitations
|
||||
|
||||
MD5 sums are only uploaded with chunked files if the source has an MD5
|
||||
|
Reference in New Issue
Block a user