efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
181 stars 64 forks source link

add: "-o" flag to S3FS_ARGS #12

Closed torblerone closed 3 years ago

torblerone commented 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}".

efrecon commented 3 years ago

Just wanted to thank you for this one. It makes it easier to handle the extra options.