Skip to content

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

@theslantedroom

Description

@theslantedroom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions