test_objstorage_cloud: Add s3 objstorage tests using moto server
Moto is a python library that allows to easily mock out tests based on AWS infrastructure.
Use it to test the s3 objstorage implemented using apache libcloud.
Staging instance, all changes can be removed at any time
Moto is a python library that allows to easily mock out tests based on AWS infrastructure.
Use it to test the s3 objstorage implemented using apache libcloud.