Closed torblerone closed 3 years ago
This PR refers to my comment on #11 .
It adds a -o flag to the S3FS_ARGS arguments so they get handled as s3fs options automatically, without users having to work around it with S3FS_ARGS="-o {options}".
-o
S3FS_ARGS
s3fs
S3FS_ARGS="-o {options}"
Just wanted to thank you for this one. It makes it easier to handle the extra options.
This PR refers to my comment on #11 .
It adds a
-o
flag to theS3FS_ARGS
arguments so they get handled ass3fs
options automatically, without users having to work around it withS3FS_ARGS="-o {options}"
.