Skip to content

Commit 2e608ea

Browse files
authored
feat: export IamAwsProvider from main minio module (#1422)
1 parent b33a577 commit 2e608ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/minio.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export type { Region } from './internal/s3-endpoints.ts'
5353
export type * from './notification.ts'
5454
export * from './notification.ts'
5555
export { CopyConditions, PostPolicy }
56+
export { IamAwsProvider } from './IamAwsProvider.ts'
5657
export type { MakeBucketOpt } from './internal/client.ts'
5758
export type {
5859
BucketItem,

src/minio.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export * from './errors.ts'
4242
export * from './helpers.ts'
4343
export * from './notification.ts'
4444
export { CopyConditions, PostPolicy }
45+
export { IamAwsProvider } from './IamAwsProvider.ts'
4546

4647
export class Client extends TypedClient {
4748
//

0 commit comments

Comments
 (0)