Open
Description
First of all thank you for providing (and maintaing!) this docker image.
We have a minor usability problem: We are using iam roles to handle permissions on AWS. Unfortunately the docker container has a hard check that there is either an authfile or key pair.
My workaround is currently to provide an empty authfile so that the docker entrypoint is happy and then I pass "iam_role=auto" via S3FS_ARGS. This is working fine but I thought I would report anyway as this usecase doesn't seem to be on the radar.
super low priority.