Class BucketConfiguration


  • public class BucketConfiguration
    extends Object
    Configuration parameters of a bucket in BucketFS.
    • Method Detail

      • getName

        public String getName()
        Get the name of the bucket.
        Returns:
        bucket name
      • getReadPassword

        public String getReadPassword()
        Get the bucket read password.
        Returns:
        read password
      • getWritePassword

        public String getWritePassword()
        Get the bucket write password.
        Returns:
        write password
      • isPubliclyReadable

        public boolean isPubliclyReadable()
        Check whether the bucket is publicly readable.
        Returns:
        true if the bucket contents can be read without password
      • getBucketFsServiceConfiguration

        public BucketFsServiceConfiguration getBucketFsServiceConfiguration()
        Get the configuration of the parent BucketFS service.
        Returns:
        service configuration