Allow configuring mounter via storageclass parameter

This commit is contained in:
Cyrill Troxler 2018-07-29 10:00:53 +02:00
parent ad1bfbafde
commit 74eca7e00b
7 changed files with 18 additions and 17 deletions

View file

@ -23,6 +23,7 @@ type s3Client struct {
type bucket struct {
Name string
Mounter string
FSPath string
CapacityBytes int64
}