rclone requires a config file. You can choose to either: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.
- Inherit the configuration from your AWS profile.
- Use only the
rclone.conffile.
Option 1: Use rclone with an AWS profile
rclone can inherit configuration from an AWS profile, usually found in~/.aws/config. This means rclone and all other tools can share the same connection settings.
default. See Configure AWS CLI and boto3 for detail on configuration, including how to use federated credentials.
Example ~/.aws/config with static credentials:
Option 2: Use rclone with a standalone config
Create an rclone remote in~/.config/rclone/rclone.conf. Replace [ACCESS-KEY-ID] and [SECRET-ACCESS-KEY] with your actual values. Alternatively, sensitive credentials can be passed through environment variables.
http://cwlota.com) when running inside a CoreWeave cluster. The primary endpoint (https://cwobject.com) is available when running outside of a CoreWeave cluster.
These settings are critical when configuring rclone for AI Object Storage:
- type: Must be
s3. - provider: Must be
Other. - force_path_style: Must be
false. This forces rclone to use virtual-hosted style URLs. Path-style addressing is not supported. - no_check_bucket: Must be
true. This prevents rclone from attempting to create or verify the bucket’s existence during operations.