Naver Cloud Platform
raidrivecli add ncp --bucket <bucket>
If you add storage without any options, you will be prompted to enter a Access Key ID and Secret Access Key.
raidrivecli add ncp --bucket mybucket
Access Key ID: <key>
Secret Access Key: ********
Alternatively, a Access Key ID or Secret Access Key can be specified as options.
raidrivecli add ncp --bucket <bucket> --access-key-id <key>
raidrivecli add ncp --bucket <bucket> \
--access-key-id <key> \
--secret-access-key [secret]
Warning
Shell commands are logged in history. If possible, we recommend not specifying the --secret-access-key
option with a value.
If a mount directory is not specified, it will be mounted to a directory such as /mnt/ncp
under /mnt
. To specify the mount directory, use the --mount-path
option.
raidrivecli add ncp --bucket mybucket --mount-path /myservices/ncp
ADDITIONAL OPTIONS
--bucket <bucket> bucket
--access-key-id <key> access key id
--secret-access-key [secret] secret access key
SEE ALSO