elisha day
elisha day

Reputation: 15

How to integrate amazon s3 api into my website

I want to know how to implement amazon s3 api into my website so that I can upload files to my bucket. I tried searching online and going through the api documentation but to no avail. Please help

Upvotes: 0

Views: 47

Answers (1)

Adam
Adam

Reputation: 425

Depends what language you are using. At work we use Amazon S3 and Route53 and there is a nuget package for dotnet core https://www.nuget.org/packages/AWSSDK.S3 For nodejs you may be looking for https://aws.amazon.com/sdk-for-node-js/

Upvotes: 1

Related Questions