UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 317 B
/** AI Solutions S3™ compatible credentials */ export interface S3CredentialsInput { /** S3™ compatible Access Key */ accessKey: string; /** S3™ compatible Region */ region: string; /** S3™ compatible Private Key */ secretKey: string; } //# sourceMappingURL=S3CredentialsInput.d.ts.map