Skip to content

Commit

Permalink
feat: export S3ClientOptions from mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
karfau authored May 4, 2024
1 parent b34c604 commit 36f2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* A lightweight client for connecting to S3-compatible object storage services.
*/

export { Client as S3Client } from "./client.ts";
export { Client as S3Client, type ClientOptions as S3ClientOptions } from "./client.ts";
export * as S3Errors from "./errors.ts";

0 comments on commit 36f2a1f

Please sign in to comment.