Currently, there are unit tests for listFiles, putFile, and generateKey.
We need a unit test for:
- getFile
We also need more detailed testing for the current endpoints. For example, putFile only checks that the response code is 201, but we can check the response body for validity, too. things like response body size > 0, regex to match case, etc.