Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

s3cmd does not natively support Workload Identity Federation. For production workloads, consider using a tool that supports WIF, such as the AWS CLI or rclone.
s3cmd requires your Access Key, default Region, endpoint, and other information to use CoreWeave AI Object Storage. To begin configuring s3cmd, run the following command:
s3cmd --configure
When prompted, provide the following values:
FieldValue
Access KeyThe Access Key created by the CoreWeave AI Object Storage API.
Secret KeyThe Secret Key created by the CoreWeave AI Object Storage API.
Default RegionThe CoreWeave Availability Zone.
S3 Endpointcwobject.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 programDefaults to /usr/bin/gpg.
Use HTTPS protocolBoolean value indicating whether to use the HTTPS protocol. Defaults to True.
HTTP Proxy server nameName of the HTTP Proxy server, if applicable.
HTTP Proxy server portPort number of the HTTP Proxy server, if applicable.
Leave the remaining fields blank or press Enter to accept the default values. Test and save the configuration when prompted. By default, s3cmd stores its configuration in $HOME/.s3cfg.
Last modified on April 30, 2026