diff --git a/site/content/en/docs/administration/advanced/mounting_cloud_storages.md b/site/content/en/docs/administration/advanced/mounting_cloud_storages.md index 2ed712e1..fda8036b 100644 --- a/site/content/en/docs/administration/advanced/mounting_cloud_storages.md +++ b/site/content/en/docs/administration/advanced/mounting_cloud_storages.md @@ -30,7 +30,7 @@ description: 'Instructions on how to mount AWS S3 bucket, Microsoft Azure contai 1. Run s3fs, replace `bucket_name`, `mount_point`: ```bash - s3fs -o allow_other + s3fs -o allow_other -o passwd_file=${HOME}/.passwd-s3fs ``` For more details see [here](https://github.com/s3fs-fuse/s3fs-fuse).