UNPKG

@jsvfs/adapter-minio-s3

Version:

An adapter for Amazon S3 compatible storage using the MinIO JS library.

5 lines (4 loc) 169 B
declare module 'minio/dist/main/helpers' { /** Check a bucket name to ensure it is a valid one. */ export function isValidBucketName (bucketName: string): boolean }