Upload + download scripts
This page provides simple Python scripts for uploading and downloading data to and from UltiHash using our S3-compatible API. Whether you’re pushing a folder to a bucket or retrieving one locally, these tools make it easy to get started. For more complex workflows, check out the full-featured SDKs available via AWS Developer Tools.
Uploading Data
uh_upload.py
: https://github.com/UltiHash/scripts/tree/main/boto3/multithread_upload
Downloading Data
uh_download.py
: https://github.com/UltiHash/scripts/tree/main/boto3/multithread_download
These scripts provide a straightforward way to interact with UltiHash storage using the S3-compatible API. For more advanced scenarios, refer to the comprehensive SDKs available at AWS Developer Tools.
Last updated
Was this helpful?