For the complete documentation index, see llms.txt. This page is also available as Markdown.

GCP

To securely transfer files into your environment, we use Google Cloud Storage - this keeps your data within your own infrastructure and under your control at all times. To upload files into your environment, we use a service account that we provision on our side. You'll just need to grant it access to your bucket.

Here’s how it works:

  1. Reach out to your account manager at Reo.Dev to get the service account email we've created for your account.

  2. In your GCP project, grant access to that service account:

    • Open the bucket you'd like to upload the data to

    • Under the Permissions tab, add the service account email and assign the roles/storage.objectAdmin role

    • Share the bucket name back with us

Feel free to reach out to your account manager or drop us an email at support@reo.dev in case you hit any blockers.

Last updated

Was this helpful?