Description
We can test the endpoint in multiple ways:
1. with unit test with mocking the OzoneClient
2. With acceptance test using awscli/s3cmd and other s3 compatible tools
3. Using the test suite of the hadoop s3a connector
In this issue I create a simple template to test with awscli (2.) which could be improved during the implementation of the various endpoints.