Files
3engines_doc/docs/s3/How-to-access-object-storage-from-connectVM-Cloud-using-s3cmd.html.md
2025-08-16 08:07:54 +05:30

38 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

How to access object storage from connectVM Cloud using s3cmd[🔗](#how-to-access-object-storage-from-brand-name-using-s3cmd "Permalink to this headline")
=========================================================================================================================================================
In this article, you will learn how to access object storage from connectVM Cloud on Linux using [s3cmd](https://github.com/s3tools/s3cmd), without mounting it as a file system. This can be done on a virtual machine on connectVM Cloud cloud or on a local Linux computer.
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
---------------------------------------------------------------------------------------
> * Object storage vs. standard file system
> * Terminology: container and bucket
> * Configuring s3cmd
> * S3 paths in s3cmd
> * Listing containers
> * Creating a container
> * Uploading a file to a container
> * Listing files and directories of the root directory of a container
> * Listing files and directories not in the root directory of a container
> * Removing a file from a container
> * Downloading a file from a container
> * Checking how much storage is being used on a container
> * Removing the entire container
Prerequisites[🔗](#prerequisites "Permalink to this headline")
-------------------------------------------------------------
No. 1 **Account**
You need a connectVM Cloud hosting account with access to the Horizon interface: <https://console.connectvm.com/>.
No. 2 **Generated EC2 credentials**
You need generate EC2 credentials. Learn more here: [How to generate and manage EC2 credentials on connectVM Cloud](../cloud/How-to-generate-ec2-credentials-on-connectVM-Cloud.html.md)
No. 3 **A Linux computer or virtual machine**
You need a Linux virtual machine or local computer. This article was written for Ubuntu 22.04. Other operating systems might work, but are out of scope of this article and might require adjusting of commands.
If you want to use a virtual machine hosted on connectVM Cloud cloud and you dont have it yet, one of these articles can help: