이 기사가 도움이 되었습니까?
이 기사를 더욱 유용하게 만들 수 있는 방법은 무엇입니까?
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