Class GoogleStorageBinaryManager.GCPFileStorage

    • Method Detail

      • fetchFile

        public boolean fetchFile​(String key,
                                 File file)
        Description copied from interface: FileStorage
        Fetches a file based on its key.
        Specified by:
        fetchFile in interface FileStorage
        Parameters:
        key - the file key
        file - the file to use to store the fetched data
        Returns:
        true if the file was fetched, false if the file was not found