GetPublii / Publii

The most intuitive Static Site CMS designed for SEO-optimized and privacy-focused websites.
https://getpublii.com
GNU General Public License v3.0
6.06k stars 407 forks source link

chore: migrate AWS SDK for JavaScript v2 APIs to v3 #1290

Closed trivikr closed 7 months ago

trivikr commented 7 months ago

Issue

From AWS SDK for JavaScript v2 README:

We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2 in 2023.

Description

This PR migrates AWS SDK for JavaScript v2 APIs to v3 using aws-sdk-js-codemod.

$ npx aws-sdk-js-codemod@0.26.2 -t v2-to-v3 app/back-end/modules/deploy/s3.js
dziudek commented 7 months ago

Hi,

Thank you for trying to solve this issue, but I am currently working on this, and changes are much deeper than the ones from the auto-migration tools. There are API changes which must be included - it will be ready today as I am finishing this migration to AWS SDK v3

trivikr commented 7 months ago

Thank you, @dziudek, for your response and prioritizing the migration.

I created a feature request at https://github.com/GetPublii/Publii/issues/1291