TypeScript API Reference
Interfaces
Reference documentation for TypeScript interfaces used in Replit’s object storage API, including client options, storage objects, and operation settings.
Interface: ClientOptions
Configuration options for creating a Client.
Properties
bucketId
• Optional
bucketId: string
The ID of the Bucket the Client will interact with. If none is specified, the default Bucket will be used.
Defined in
This interface defines the configuration options that can be provided when creating a Client instance for interacting with Object Storage. The bucketId property specifies the ID of the Bucket to be used. If no bucketId is provided, the Client will interact with the default Bucket.
Was this page helpful?