Nubiecloud Docs
NubiS3

NubiS3 (object storage)

Create and manage S3-compatible object storage buckets — files, quotas per plan.

NubiS3 is Nubiecloud's S3-compatible object storage service. You create buckets in it to store files (media, application backups, exports…), reachable from your applications through any S3 client.

Availability per plan

PlanBuckets included
FREE0 (NubiS3 not available)
PROFESSIONAL10
BUSINESS25
ENTERPRISEunlimited

ℹ️ NubiS3 is not available on the FREE plan. From PROFESSIONAL onwards you get buckets; any attempt to create more than the plan's quota is refused.

Create a bucket

From the NubiS3 page → Create a bucket:

FieldRules
Name3 to 63 characters, lowercase letters, digits and dashes (starts/ends with an alphanumeric character)
Descriptionoptional, max 500 characters
Quotaoptional — size limit for the bucket (otherwise unlimited)

Manage the files

Each bucket has a file explorer in the console:

  • Upload files (straight from the browser),
  • Download files,
  • List the objects (with prefix navigation and pagination),
  • Delete objects,
  • Delete the bucket.

Reach the bucket from an application

To read/write in a bucket from your code, create an access key and use a standard S3 client. See Access keys & usage.

See also

On this page