We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://storj.dev/dcs/code/aws/nodejs
example shows usage for aws sdk v2 and throws warnings:
From the outdated docs
npm install --save aws-sdk
and
import S3 from "aws-sdk/clients/s3";
npm install --save @aws-sdk/client-s3
import { S3 } from '@aws-sdk/client-s3';
then update the rest of the code examples to work with the SDK v3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://storj.dev/dcs/code/aws/nodejs
example shows usage for aws sdk v2 and throws warnings:
From the outdated docs
and
Update Docs to :
and
then update the rest of the code examples to work with the SDK v3
The text was updated successfully, but these errors were encountered: