def get_public_file_hash(self, bucket_id, file_id):
public_file_data = self.table.search((where('bucket_id') == str(bucket_id)) & (where('file_id') == str(file_id)))
return public_file_data[0]["public_download_hash"]
评论列表
文章目录