Class BlobPath


  • public class BlobPath
    extends Object
    Class to manage blob path strings that might have an embedded security token if its a presigned url
    • Field Detail

      • blobPath

        public final String blobPath
      • hasToken

        public final Boolean hasToken
      • fileName

        public final String fileName
    • Method Detail

      • fileNameWithoutToken

        public static BlobPath fileNameWithoutToken​(String fileName)
      • presignedUrlWithToken

        public static BlobPath presignedUrlWithToken​(String fileName,
                                                     String url)