Interface S3StorageOptions.Builder

  • Method Details

    • directoryListingOptimization

      S3StorageOptions.Builder directoryListingOptimization(String directoryListingOptimization)

      Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.

      By default, home directory mappings have a TYPE of DIRECTORY. If you enable this option, you would then need to explicitly set the HomeDirectoryMapEntry Type to FILE if you want a mapping to have a file target.

      Parameters:
      directoryListingOptimization - Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.

      By default, home directory mappings have a TYPE of DIRECTORY. If you enable this option, you would then need to explicitly set the HomeDirectoryMapEntry Type to FILE if you want a mapping to have a file target.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • directoryListingOptimization

      S3StorageOptions.Builder directoryListingOptimization(DirectoryListingOptimization directoryListingOptimization)

      Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.

      By default, home directory mappings have a TYPE of DIRECTORY. If you enable this option, you would then need to explicitly set the HomeDirectoryMapEntry Type to FILE if you want a mapping to have a file target.

      Parameters:
      directoryListingOptimization - Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.

      By default, home directory mappings have a TYPE of DIRECTORY. If you enable this option, you would then need to explicitly set the HomeDirectoryMapEntry Type to FILE if you want a mapping to have a file target.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: