Class StorageNames
- java.lang.Object
-
- org.gcube.common.storagehub.model.storages.StorageNames
-
public class StorageNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_S3_STORAGEstatic StringGCUBE_STORAGEstatic StringMONGO_STORAGE
-
Constructor Summary
Constructors Constructor Description StorageNames()
-
-
-
Field Detail
-
DEFAULT_S3_STORAGE
public static final String DEFAULT_S3_STORAGE
- See Also:
- Constant Field Values
-
MONGO_STORAGE
public static final String MONGO_STORAGE
- See Also:
- Constant Field Values
-
GCUBE_STORAGE
public static final String GCUBE_STORAGE
- See Also:
- Constant Field Values
-
-