purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
97 stars 80 forks source link

Update to v3 of AWS SDK #629

Closed thomashoneyman closed 11 months ago

thomashoneyman commented 1 year ago

Executing the S3 code gives this warning:

NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.

There is a TODO in the source code related to updating our S3 bindings for the next version of the AWS SDK:

https://github.com/purescript/registry-dev/blob/dc2e7886caf13da3d7b2c2ed32950ff8a731944b/foreign/src/Foreign/S3.js#L12-L13

thomashoneyman commented 1 year ago

The Digital Ocean docs have a section that demonstrates using their S3 spaces via the v3 of the amazon sdk: https://docs.digitalocean.com/products/spaces/reference/s3-sdk-examples/