jack3898 / ohssbot

GNU General Public License v3.0
0 stars 0 forks source link

Remove storage package #2

Closed jack3898 closed 7 months ago

jack3898 commented 7 months ago

The storage package was something I thought would help, but it's too much for something that wraps the aws-sdk

The storage package should be removed, and the storage functionality can live as a class in the utils package. If it grows large, then maybe a new package is warranted!

While it's a class, it can be tidied, so that we no longer have a function that requires us to pass the s3 client in as the first param