s3cmd command-line tool to connect to CoreWeave AI Object Storage so you can manage buckets and objects from your terminal.
s3cmd requires your Access Key, default Region, endpoint, and other information to use AI Object Storage. To start the interactive configuration:
| Field | Value |
|---|---|
| Access Key | The Access Key created by the AI Object Storage API. |
| Secret Key | The Secret Key created by the AI Object Storage API. |
| Default Region | The CoreWeave Availability Zone. |
| S3 Endpoint | cwobject.com is the primary endpoint. cwlota.com is the LOTA endpoint. |
| DNS-style template | %(bucket)s.cwobject.com is the primary template. %(bucket)s.cwlota.com is the LOTA template. |
| Path to GPG program | Defaults to /usr/bin/gpg. |
| Use HTTPS protocol | Boolean value indicating whether to use the HTTPS protocol. Defaults to True. |
| HTTP Proxy server name | Name of the HTTP Proxy server, if applicable. |
| HTTP Proxy server port | Port number of the HTTP Proxy server, if applicable. |
$HOME/.s3cfg.