Get Started with AI Object Storage
Setup
AI Object Storage requires:
- SAML/SSO configured for your CoreWeave organization,
- an API Access Token with adequate permissions,
- an Object Storage Access Key, and
- a Bucket for storing data.
To set up AI Object Storage:
-
Enable SAML/SSO for your organization.
SAML/SSO is required for AI Object Storage and is specifically required for creating buckets. Configure SAML/SSO for your organization to allow users to authenticate to AI Object Storage.
-
Create an API Access Token scoped for Object Storage.
API Access Tokens are required for users to perform actions on the CoreWeave platform. For AI Object Storage, make an Access Token that allows Object Storage users
write
permissions. -
Create an Object Storage Access Key for Object Storage.
To access Object Storage, users must authenticate their requests with Access Keys. Create an Access Key for Object Storage users.
-
Buckets are the primary organizational unit for Object Storage. Once API Tokens and Access Keys are created, create a bucket in which to store object data.
-
Upload object data to the Bucket.
Object data is uploaded using the s3cmd tool.
In some cases, users may want to connect an application running on GPU Nodes directly to LOTA.
AI Object Storage endpoints
AI Object Storage has two endpoints:
https://cwobject.com
: The primary endpointhttps://cwlota.com
: LOTA's endpoint
Reference
- For API reference for AI Object Storage, refer to the API documentation.
- For S3 API compatibility reference, refer to the S3 compatibility documentation.