Integrate S3cmd with vStorage
To see the instructions for integrating the S3cmd tool with vStorage, you can do it via the vStorage Portal following the instructions below:
Log in to https://vstorage.console.vngcloud.vn .
Select the Integration folder .
Select the S3cmd icon .
In the Authentication section , you need to fill in the necessary information to configure your S3cmd to integrate with vStorage including:
Select a Project from the list of existing projects in the Region you selected earlier. If the list of projects displayed is incomplete, you can select , we will reload the latest list of projects at the time you perform this action.
Select an Access key from the list of existing access keys in the project you selected earlier.
Enter the corresponding Secret key of the selected Access key . The access key and secret key pair are created and managed by you through the vIAM system. You can select Click here to enter vIAM and manage s3 keys so that we can navigate you to the vIAM system and the S3 keys management screens in detail. For more information about S3 keys, see Initialize vStorage Credentials .
After you have finished selecting the Authentication configuration , select Configure S3cmd to go to the Configuration screen . You can always come back here to change your Authorization information, then select Configure S3cmd again to update the usage according to your new parameters. You can see the instructions on how to install and configure S3cmd right on this screen. For more details, please refer to: vStorage Integration.
Select Download Configuration file.
If you are using Windows operating system, continue following the steps below to complete the S3cmd integration with vStorage:
Save the downloaded s3cnf.s3cfg configuration file to the C:\Users\[User]\AppData\Roaming folder.
Rename the file from s3cnf.s3cfg to s3cmd.ini
Download and install Python according to the instructions at https://www.python.org/ on your personal computer.
Download the S3cmd application according to the instructions at https://s3tools.org/download to your personal computer.
Extract the downloaded S3cmd application file .
Open Command Prompt on your computer or press Windows + R key combination then type cmd and press Enter.
In Command Prompt , point to the s3cmd folder you just extracted . The syntax for pointing to the folder is as follows: cd <path to the s3cmd folder>
At this point, you can use syntax to get a list of buckets, upload objects , and perform other operations on 3rd party softwares .
Last updated