UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 263 B
/** S3™ compatible storage credentials */ export interface S3Credentials { /** S3™ compatible access key */ access: string; /** Tenant id */ tenantId: string; /** User id */ userId: string; } //# sourceMappingURL=S3Credentials.d.ts.map