Import, export, and mount your data in your cloud object storage like AWS S3 or GCP GCS.
You can import AWS S3 or GCP GCS to your VESSL Run workload. You can export your run results to them.
New run
by navigating to Your Project > Run
and click New run
.Task > Volumes
section, click context menu and Import/Export > S3 / GCP
. You can create a new directory for the import / export to work.This feature is currently on beta. It is only supported when you want to attach GCS on VESSL Managed GCP Clusters.You can just mount the GCS with FUSE on your VESSL Run. You will be able to read/write as if filesystem. The data is used only by your workload and the access is only alive for your VESSL Run’s lifecycle.
New run
(OCI) vessl-oci-sanjose
.Using this feature on other clusters - managed AWS cluster, on-prem clusters - will be available soon.
ls /my-gcs-fuse
to check the data inside.
$GSA_NAME@$GSA_PROJECT_ID.iam.gserviceaccount.com
my-service-account
).KEY_FILE_NAME
. This will generate and download KEY_FILE_NAME
to your current folder.Mount GCS Fuse
modal. Then, continue following the provided instructions to complete the setup process.