Skip to content

Commit

Permalink
fix(fs): export AwsCredentials in nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 16, 2021
1 parent 8347f25 commit 6a03e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fs/src/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FsHttp } from '@chunkd/source-http';
import S3 from 'aws-sdk/clients/s3.js';
import { fsa } from './fs.abstraction.js';

export { FsAwsS3 } from '@chunkd/source-aws';
export { FsAwsS3, AwsCredentials } from '@chunkd/source-aws';
export { FsHttp } from '@chunkd/source-http';
export { FileSystemAbstraction, fsa } from './fs.abstraction.js';

Expand Down

0 comments on commit 6a03e68

Please sign in to comment.