Skip to main content

Storage Buckets Setup

Create Buckets

Go to Appwrite Console → StorageCreate Bucket for each:

reactbucket (Main Images)

blog_images

shop-images

editor-images

This bucket stores images uploaded through the rich text editor.

custom-fonts

order-files

This bucket should have restricted read access - only authenticated users who own the order should access files.

Bucket Permissions Summary

“Any” means public read access (images can be viewed by anyone). “Users” means only authenticated users (admins) can modify.