Add mount options support
This commit is contained in:
parent
2c02bbae0f
commit
08408625bd
6 changed files with 36 additions and 4 deletions
pkg/s3
|
@ -37,6 +37,7 @@ type FSMeta struct {
|
|||
BucketName string `json:"Name"`
|
||||
Prefix string `json:"Prefix"`
|
||||
Mounter string `json:"Mounter"`
|
||||
MountOptions []string `json:"MountOptions"`
|
||||
FSPath string `json:"FSPath"`
|
||||
CapacityBytes int64 `json:"CapacityBytes"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue