Class MarkerFileMkdirStrategy

  • All Implemented Interfaces:
    MkdirStrategy

    @Singleton
    public class MarkerFileMkdirStrategy
    extends Object
    implements MkdirStrategy
    Key-value implementations of BlobStore, such as S3, do not have directories. In following the rackspace cloud files project, we use an empty object '#{dirpath}' with content type set to 'application/directory'.
    • Field Detail

      • directorySuffix

        @Inject(optional=true)
        @Named("jclouds.blobstore.directorysuffix")
        protected String directorySuffix