Render Projects
Visualize Projects and Manage Files
Projects are stored in S3 buckets, where you can view and manage your render projects. To view this section, navigate to Render Projects.

What is Amazon S3?
Amazon S3 is a cloud storage service that lets you store and retrieve any type of file at any time. To learn more, visit the Amazon S3 website.
Project Structure
When you access the "Render Projects" view in Brender Studio, you will see your projects organized into folders and files within an S3 bucket. An example of what a project might look like:
$ brender-bucket-uuid/
├── my-project/ # Project name
│ ├── output/ # All renders are stored here
│ │ ├── render_0001.png # Example render file
│ │ ├── render_0002.png # Another example render file
│ │ └── ...
│ ├── cube_test_folder.tar.gz # Temporary file for .blend scenes
│ └── output.zip # Renders in a compressed folder
Note
The S3 bucket is always associated with a Render Farm (Stack).
Download Files
You can download any file directly from the Brender Studio interface. To do this, simply click on the dropdown menu of the file you wish to download and select the download option.

Temporary Urls
Brender Studio allows you to generate temporary URLs to share your files with other users or to access them without needing AWS authentication. These URLs are valid for a limited time and can be generated from the application interface.
You can choose the expiration time of the URL, which can be from 5 minutes to 7 days.

Note
Use temporary URLs to quickly and easily share finished renders with clients or collaborators.
Empty Bucket
If you need to free up space in your S3 bucket, you can empty it directly from Brender Studio. This option will delete all files and folders within the selected bucket.
Click on the "Empty Bucket" button to confirm the action.
Important
Ensure you have backed up any important files before emptying the bucket, as this action is irreversible.