Skip to main content

Classes

UploadPortalApi


METHODS
Create pre-signed S3 upload link Creates a signed link to securely upload data to s3 bucket directly from the client.

delete_portal_file

Delete file from portal Delete a file from an upload portal (requires JWT auth).

download_portal_file

Download file from portal Download a file from an upload portal (requires JWT auth). Will return a signed URL to the bucket.

get_portal_info

Portal info Get information about a portal

list_portal_files_in_folder

List files in portal List all files and directories in specified prefix.

rename_portal_file

Rename file from portal Rename a file on an upload portal (requires JWT auth).

view_portal_file

View file from portal View a file that’s located in an upload portal (requires JWT auth). File might be converted (e.g. Parquet) or truncated (e.g. CSV).