Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storj Docs for nodejs use out of date aws sdk #448

Open
theslantedroom opened this issue Oct 29, 2024 · 0 comments
Open

Storj Docs for nodejs use out of date aws sdk #448

theslantedroom opened this issue Oct 29, 2024 · 0 comments

Comments

@theslantedroom
Copy link

https://storj.dev/dcs/code/aws/nodejs

example shows usage for aws sdk v2 and throws warnings:

chrome_BXuhUUVC5s

From the outdated docs

npm install --save aws-sdk

and

import S3 from "aws-sdk/clients/s3";

Update Docs to :

npm install --save @aws-sdk/client-s3

and

import { S3 } from '@aws-sdk/client-s3';

then update the rest of the code examples to work with the SDK v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant