- 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 details on configuration, including how to use federated credentials.
Example ~/.aws/config with static credentials:
Option 2: Use rclone with a standalone config
If you prefer to keep rclone’s configuration separate from your AWS profile, you can define a dedicated rclone remote instead. Create an rclone remote in~/.config/rclone/rclone.conf. Replace [ACCESS-KEY-ID] and [SECRET-ACCESS-KEY] with your actual values. Alternatively, you can pass sensitive credentials 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 creating or verifying the bucket’s existence during operations.