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

This seems to be an issue related to AWS notifications #15

Open khacviet-techmaster opened 1 year ago

khacviet-techmaster commented 1 year ago
(node:3496095) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use `node --trace-warnings ...` to show where the warning was created)

Thank you for helping us get a very good package. I get that message on my terminal when running my strapi v3.6 app. Along with that is the function of uploading images that can no longer work as before. Hopefully we can find the problem and fix it soon.

I'm assuming the inability to post images and the above message (of AWS) are related.

Once again thank you very much team.

tap2k commented 1 year ago

If you are just missing thumbnails and previews check this thread: https://github.com/strapi/strapi/issues/11906

Aside from that, are there any plans to migrate to the v3 AWS SDK for Javascript?

khacviet-techmaster commented 1 year ago

https://github.com/s-piazzano/strapi-provider-upload-do

I found this package in the list of repos forked from this repo. My project can post to Space using this package. And the AWS-SDK announcements are gone.

shorwood commented 1 year ago

Feel free to provide a PR if possible