shorwood / strapi-provider-upload-do

Strapi Upload Provider for Digital Ocean Spaces. This provider will upload to the space using the AWS S3 API.
MIT License
59 stars 32 forks source link

Upgrade to use v3 AWS SDK for Javascript #20

Open ajmas opened 1 year ago

ajmas commented 1 year ago

Update the code to use use AWS SDK V3.

Note, this was mentioned in issue #15, but it was not the focus of the issue, so moving it into an issue that focuses on it.

As part of this work, would it be worth adding typescript support?