Skip to content

Commit

Permalink
build: FORMS-1301 update aws sdk to v3 (#1496)
Browse files Browse the repository at this point in the history
* build: FORMS-1301 update aws sdk to v3

Upgrade from the v2 to v3 version of the AWS SDK. The v2 is no longer supported.

* fix: FORMS-1301 rewrite storage service for v3

The upgrade from the v2 to v3 version of the AWS SDK has a lot of breaking changes. Rewrote the service to follow the AWS recommendation to await calls, and using the new style of .send(command) for the calls

* fix: FORMS-1301 fix import order

VSCode doesn't alphabetize when being helpful, so did it manually

* fix: FORMS-1301 moved region to a constant

Moved the region value into a constant and added a comment to mention that it isn't used.
  • Loading branch information
WalterMoar authored Sep 16, 2024
1 parent 26d34a2 commit c8fb2e4
Show file tree
Hide file tree
Showing 3 changed files with 10,864 additions and 7,345 deletions.
Loading

0 comments on commit c8fb2e4

Please sign in to comment.