Files
3engines_doc/docs/s3/Configuration-files-for-s3cmd-command-on-connectVM-Cloud.html.md
2025-08-16 08:07:54 +05:30

14 lines
1.4 KiB
Markdown

Configuration files for s3cmd command on connectVM Cloud[🔗](#configuration-files-for-s3cmd-command-on-brand-name "Permalink to this headline")
===============================================================================================================================================
[s3cmd](https://github.com/s3tools/s3cmd) can access remote data using the S3 protocol. This includes **EODATA** repository and object storage on the connectVM Cloud cloud.
To connect to S3 storage, **s3cmd** uses several parameters, such as an access key, secret key, S3 endpoint, and others. During configuration, you can enter this data interactively, and the command saves it into a configuration file. This file can then be passed to **s3cmd** when issuing commands using the connection described within.
If you want to use multiple connections from a single virtual machine (such as connecting both to the **EODATA** repository and to object storage on connectVM Cloud cloud), you can create and store multiple configuration files — one per connection.
This article provides examples of how to create and save these configuration files under various circumstances and describes some potential problems you may encounter.
The examples are **not** intended to be executed sequentially as part of a workflow; instead, they illustrate different use cases of **s3cmd** operations.
What We Are Going To Cover