Vertex AI Video Storage Setup
To generate videos using Veo models, you must configure a Google Cloud Storage Bucket to save the output files.
1. Create Storage Bucket
In Google Cloud Console, navigate to Cloud Storage → Buckets.
- Click + Create.
- Name your bucket: Choose a globally unique name (e.g.,
peeklogic-video-output) and click Continue.
Location Type: Choose Multi-region (US) or your preferred region.
Access Control:
Uncheck “Enforce public access prevention on this bucket” (Required for public preview in Salesforce).
Select Uniform access control.
Click Create.
2. Create Folder
Open your newly created bucket.
Click Create folder.
Name it (e.g.,
Veo3) and click Create.
3. Configure Public Access To allow Salesforce to display video previews directly:
Go to the Permissions tab of your bucket.
Click Grant Access.
New Principals: Type
allUsers.Role: Select Storage Object Viewer.
- Click Save and confirm allowing public access.