Add mount options example
This commit is contained in:
parent
051957c015
commit
5f2af76a30
2 changed files with 3 additions and 2 deletions
pkg/mounter
|
@ -46,7 +46,6 @@ func (geesefs *geesefsMounter) Unstage(stageTarget string) error {
|
|||
|
||||
func (geesefs *geesefsMounter) Mount(source string, target string) error {
|
||||
fullPath := fmt.Sprintf("%s:%s", geesefs.meta.BucketName, geesefs.meta.Prefix)
|
||||
// FIXME Add memory limits
|
||||
args := []string{
|
||||
"--endpoint", geesefs.endpoint,
|
||||
"--region", geesefs.region,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue