Naver Cloud Platform¶
raidrivecli add ncp --bucket <bucket>
Nếu bạn thêm bộ lưu trữ mà không có tùy chọn nào, bạn sẽ được nhắc nhập Access Key ID, Secret Access Key và address (điểm cuối) của bộ lưu trữ.
raidrivecli add ncp --bucket mybucket
Access Key ID: <key>
Secret Access Key: ********
address: <address>
Bạn cũng có thể chỉ định Access Key ID hoặc Secret Access Key bằng tùy chọn.
raidrivecli add ncp --bucket <bucket> --access-key-id <key>
raidrivecli add ncp --bucket <bucket> \
--access-key-id <key> \
--secret-access-key [secret]
Cảnh báo
Các lệnh shell được lưu lại trong lịch sử. Nếu có thể, chúng tôi khuyên bạn không ghi kèm giá trị cho tùy chọn --secret-access-key.
Nếu không chỉ định thư mục gắn, bộ lưu trữ sẽ được gắn vào một thư mục trong /mnt, chẳng hạn /mnt/ncp. Để chỉ định thư mục gắn, hãy dùng tùy chọn --mount-path.
raidrivecli add ncp --bucket mybucket --mount-path /myservices/ncp
Tùy chọn bổ sung¶
--bucket <bucket> bucket
--endpoint <address> address (e.g. https://host.example.com)
--access-key-id <key> access key id
--secret-access-key [secret] secret access key