ml-archive/storage

Implement `get` and `delete` in the S3 driver

Closed this issue · 6 comments

Implement `get` and `delete` in the S3 driver

I spent quite some time trying to figure out why I got an empty response for my file before I realised that this very essential feature is not implemented. The library returns empty data, even though it's documented as working. Maybe consider throwing a fatalError or similar to not mislead consumers of the API.

@kasperwelner Sorry about that! I've addressed it in #64

Hi! I have an implementation of the get function that I'm willing to create a pull request for if you want it :)

@MattiasBowallius PRs are very welcome! 😃

Unfortunately I don't have enough access rights to create a branch and therefore a PR :)

@MattiasBowallius Ah, the way to get around that is to fork it and create PR, a new branch there and then PR from there into this repo 🙂