public class TierObjectStoreFactory
extends java.lang.Object
This class will act as the factory for generating and maintaining the instance map for the various kinds
of the object store backends.
For use in tests, please call closeBackendInstance() in the @After method for cleaning up the static instances
Currently we support S3 and Mock backends.