We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33a577 commit 2e608eaCopy full SHA for 2e608ea
src/minio.d.ts
@@ -53,6 +53,7 @@ export type { Region } from './internal/s3-endpoints.ts'
53
export type * from './notification.ts'
54
export * from './notification.ts'
55
export { CopyConditions, PostPolicy }
56
+export { IamAwsProvider } from './IamAwsProvider.ts'
57
export type { MakeBucketOpt } from './internal/client.ts'
58
export type {
59
BucketItem,
src/minio.js
@@ -42,6 +42,7 @@ export * from './errors.ts'
42
export * from './helpers.ts'
43
44
45
46
47
export class Client extends TypedClient {
48
//
0 commit comments