/** Information for bucket. */
export interface Bucket {
    /** The access key for the bucket. */
    accessKey: string;
    /** The endpoint for the bucket. */
    endpoint: string;
    /** The unique identifier for the bucket. */
    id: string;
    /** The secret key for the bucket. */
    secretKey: string;
}
//# sourceMappingURL=Bucket.d.ts.map