ipfs / go-ds-s3

An s3 datastore implementation
MIT License
240 stars 66 forks source link

Update S3 sdk to v2 #179

Open ianopolous opened 3 years ago

ianopolous commented 3 years ago

Version 2 of the Amazon S3 sdk is now modularized - see https://github.com/aws/aws-sdk-go-v2/issues/444

Updating to this should massively reduce the size of this plugin and may have performance benefits too. This would solve https://github.com/ipfs/go-ds-s3/issues/81

guseggert commented 2 years ago

Note that there are still some sharp edges with v2, see e.g. https://github.com/aws/aws-sdk/issues/305