DigitalOcean Spaces
Storing artifacts in a DigitalOcean Spaces bucket.
When would you want to use it?
How do you deploy it?
zenml integration install digitalocean -yHow do you use it?
zenml artifact-store register do_spaces \
--flavor=digitalocean \
--path=s3://my-space \
--region=fra1
# Register and set a stack that uses the new artifact store
zenml stack register do_stack -a do_spaces ... --setLast updated
Was this helpful?