Open laemtl opened 1 month ago
install s3fs on the docker image
create a password file: /path/to/.passwd-s3fs:
echo user:password > /path/to/.passwd-s3fs chmod 600 /path/to/.passwd-s3fs
to mount the bucket on the filesystem in /mnt/s3fs-test/, run: sudo s3fs loris-rb-data /mnt/s3fs-test/ -o passwd_file=/path/to/.passwd-s3fs -o allow_other -o url=https://ace-minio-1.loris.ca:9000/
sudo s3fs loris-rb-data /mnt/s3fs-test/ -o passwd_file=/path/to/.passwd-s3fs -o allow_other -o url=https://ace-minio-1.loris.ca:9000/
Potential security hole:
install s3fs on the docker image
create a password file: /path/to/.passwd-s3fs:
to mount the bucket on the filesystem in /mnt/s3fs-test/, run:
sudo s3fs loris-rb-data /mnt/s3fs-test/ -o passwd_file=/path/to/.passwd-s3fs -o allow_other -o url=https://ace-minio-1.loris.ca:9000/