Skip to content

Commit

Permalink
Revert "fix(loopback4-s3): dependency removed from aws-sdk #13"
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan-b authored Jul 21, 2021
2 parents 0f8d097 + 0cf2c4a commit f360bc3
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 885 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ this.component(AwsS3Component);
- After this, you can just inject the S3 provider across application.

```ts
import * as AWS from '@aws-sdk/client-s3';
import * as AWS from 'aws-sdk';

@inject(AWSS3Bindings.AwsS3Provider) s3: AWS.S3,
```
Expand Down
Loading

0 comments on commit f360bc3

Please sign in to comment.