This app allows exporting volume projects with annotations (in Supervisely format) to the most popular cloud storage providers from Supervisely Private instance.
List of providers:
- Amazon s3
- Google Cloud Storage (CS)
- Microsoft Azure
- and others with s3 compatible interfaces
✅ For developers: you can use the sources of this app as a starting point for your custom export to the cloud.
- Run app from the ecosystem
- Select the project, and provider, enter the bucket name, and press the Run button in the modal window
Step 1. Run the application from the context menu of the Volumes Project
Step 2. Select the provider, enter the bucket name, and press the Run button in the modal window
- Ask your instance administrator to add cloud credentials to instance settings. It can be done both in .env configuration files or in the Admin UI dashboard. Learn more in docs: link1, link2. In case of any questions or issues, please contact tech support.
- Run the app from the context menu of the project you would like to export
- In the modal window choose desired cloud provider and define the bucket name (the bucket has to be already created)
- Press RUN button
- The project will be exported to the following path:
/<bucket name>/<project name>
Before the import bucket is empty:
After import the project data (volumes and annotations) is in the bucket: