Icechunk
How to connect UltiHash to Icechunk
import icechunk
storage = icechunk.s3_storage(
bucket="bucket-name",
prefix="prefix-name",
endpoint_url="<http://127.0.0.1:8080>",
access_key_id="TEST-USER",
secret_access_key="SECRET",
allow_http=True
)Last updated
Was this helpful?