Bỏ qua

Alibaba Cloud

raidrivecli add alibaba --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 alibaba --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 alibaba --bucket <bucket> --access-key-id <key>
raidrivecli add alibaba --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/alibaba. Để chỉ định thư mục gắn, hãy dùng tùy chọn --mount-path.

raidrivecli add alibaba --bucket mybucket --mount-path /myservices/alibaba

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

Xem thêm