Storage icon indicating copy to clipboard operation
Storage copied to clipboard

Added endpoints for AWSStorage and tests

Open PavloYurchak opened this issue 2 years ago • 0 comments

There are 3 endpoints for AWS storage

  1. download
  2. upload
  3. delete Tests were developed for them
  4. Download_WhenFileExists_ReturnsFileContent
  5. Download_WhenFileDoesNotExist_ReturnsNotFound
  6. Upload_WhenFileIsProvided_ReturnsSuccess
  7. Delete_WhenFileExists_ReturnsSuccess

PavloYurchak avatar Feb 26 '24 07:02 PavloYurchak