mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
fs/config: add header-download and header-upload flags
This commit is contained in:
committed by
Nick Craig-Wood
parent
f8039deb7c
commit
93caa459e3
@@ -111,6 +111,8 @@ type ConfigInfo struct {
|
||||
MultiThreadStreams int
|
||||
MultiThreadSet bool // whether MultiThreadStreams was set (set in fs/config/configflags)
|
||||
OrderBy string // instructions on how to order the transfer
|
||||
UploadHeaders []*HTTPOption
|
||||
DownloadHeaders []*HTTPOption
|
||||
}
|
||||
|
||||
// NewConfig creates a new config with everything set to the default
|
||||
|
||||
Reference in New Issue
Block a user