@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 352 B
TypeScript
/** 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