¿Le pareció útil este contenido?
¿Cómo podríamos hacer que este artículo sea más útil?
S3FS (fuse) is certified for use with Lyve Cloud Object Storage.
Configuration instructions are provided below. See also: How to Mount S3 Bucket on CentOS and Ubuntu using S3FS.
Your Lyve Cloud access key and secret key are required to configure S3FS.
$ <your-password-file> AWS_ACCESS_KEY_ID:AWS_SECRET_ACCESS_KEY
$ chmod 600 <your-password-file>
s3fs-bucket <your-local-folder> -o passwd_file=<your-password-file> -o url=https://s3.<region>.sv15.lyve.seagate.com
where:
Once the mountpoint is working, sync all objects from s3fs-bucket to mount folder, for example:
# ls -l s3-bucket
total 2197
-rw-r-----. 1 root root 1121955 Nov 19 12:43 Pic-1.png
-rw-r-----. 1 root root 479053 Nov 19 12:43 Pic-2.png
-rw-r-----. 1 root root 645935 Nov 19 12:43 Pic-3.png
-row-r--r--. 1 root root 1465 Nov 19 09:01 README.md