Class BucketPath


  • public class BucketPath
    extends Object
    A combination of a bucket and a path prefix within that bucket
    • Constructor Detail

      • BucketPath

        public BucketPath​(String bucketName,
                          String pathPrefix)
    • Method Detail

      • getBucketName

        public String getBucketName()
        Returns:
        the bucketName
      • getPathPrefix

        public String getPathPrefix()
        Returns:
        the pathPrefix