Afeef Ahmed
Results
2
comments of
Afeef Ahmed
Hi @Salokyn , I am having the same issue as OP and my steps are identical to him. I have tried adding `--volume-driver` parameter but it still doesn't work. Is...
Added the following S3FS_OPTIONS during plugin install and it started working ``` sudo docker plugin install rexray/s3fs \ S3FS_ACCESSKEY= \ S3FS_SECRETKEY= \ S3FS_REGION=us-west-1 \ S3FS_OPTIONS="allow_other,nonempty,use_path_request_style,url=https://s3-us-west-1.amazonaws.com" --grant-all-permissions ```