Package org.jclouds.blobstore.reference
Class BlobStoreConstants
java.lang.Object
org.jclouds.blobstore.reference.BlobStoreConstants
Configuration properties and constants used in BlobStore connections.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringTo interoperate with other S3 tools, we also accept the following: an object named '#{dirpath}_$folder$' or '#{dirpath}/' denoting a directory marker an object with content type set to 'application/directory' denoting a directory marker if there exists any objects with the prefix "#{dirpath}/", then the directory is said to exist if both a file with the name of a directory and a marker for that directory exists, then the *file masks the directory*, and the directory is never returned.static final Collection<String>static final StringKey-value implementations of BlobStore, such as S3, do not have directories.static final StringAny header starting with this prefix is considered user metadata. -
Method Summary
-
Field Details
-
DIRECTORY_SUFFIX_ROOT
To interoperate with other S3 tools, we also accept the following:- an object named '#{dirpath}_$folder$' or '#{dirpath}/' denoting a directory marker
- an object with content type set to 'application/directory' denoting a directory marker
- if there exists any objects with the prefix "#{dirpath}/", then the directory is said to exist
- if both a file with the name of a directory and a marker for that directory exists, then the *file masks the directory*, and the directory is never returned.
- See Also:
-
DIRECTORY_SUFFIX_FOLDER
- See Also:
-
DIRECTORY_SUFFIXES
-
PROPERTY_BLOBSTORE_DIRECTORY_SUFFIX
Key-value implementations of BlobStore, such as S3, do not have directories. We use an empty object '#{dirpath}_$folder$' with content type set to 'application/directory'.- See Also:
-
PROPERTY_USER_METADATA_PREFIX
Any header starting with this prefix is considered user metadata. It will be stored with the object and returned when you retrieve the object/- See Also:
-
BLOBSTORE_LOGGER
- See Also:
-
DIRECTORY_BLOB_SUFFIX
- See Also:
-