Loading docs
Skip to main content

Create a Bucket

Go to Storage → Buckets → Create bucket.

Fields

Bucket name — a unique name within your workspace, e.g. stage-images.

Visibility — choose how files in this bucket are read by browsers and apps:

OptionBest for
PublicApp images, website media, avatars, logos, and assets you want to serve directly. Permanent public read URLs. Uploads use public-read ACL. Good default for static content.
PrivateWhen your app should request a signed read URL before showing or downloading a file. Objects are not uploaded public-read. Useful for restricted content.

After creating the bucket, RumptyCloud prepares browser uploads and enables S3-compatible SDK access for your files.

Click Create bucket.

Bucket detail page

Once ready, the bucket detail page shows:

  • Status badge (READY) and visibility badge (PUBLIC or PRIVATE)
  • CDN URL — e.g. https://assets.stg.rumptycloud.com/projects/<id>/<bucket-name>
  • Drag and drop upload area — supports images, documents, HTML, and video
  • Assets tab — lists all uploaded files with name, type, size, status, and created date
  • Access Keys tab — S3-compatible credentials for SDK access

What's next