Nexqloud
Storage

Upload & Manage Objects

Upload, browse, and delete objects in your storage bucket

Upload & Manage Objects

Once you have created a bucket, you can upload, browse, search, and delete objects directly from the NexQloud console.

Bucket Overview

The bucket details page shows summary metrics:

  • Size — total storage used by all objects in the bucket
  • Objects — total number of objects stored
  • Created — when the bucket was created

Uploading Objects

Via the Dashboard

  1. Navigate to Object Storage → click on your bucket name
  2. Click Upload Object
  3. In the modal, click the file picker to select a file
  4. Review the file details: name, size, and MIME type
  5. Click Upload

The object appears in the objects table after upload completes.

Upload Limits

MethodMax Size
Dashboard upload5 GB per file
S3 API (single PUT)5 GB
S3 API (multipart)Unlimited

For files larger than 5 GB, use multipart upload via the S3 API.

Browsing Objects

The objects table displays:

ColumnDescription
NameObject key (file path)
SizeFile size (formatted)
Last ModifiedTimestamp of last upload or modification
  • Use the search bar to filter objects by name
  • Objects are paginated (10 per page)

Deleting Objects

  1. Find the object in the table
  2. Open the actions menu for that row
  3. Click Delete
  4. Confirm the deletion in the dialog
Object deletion is permanent and cannot be undone.

Deleting a Bucket

To delete a bucket:

  1. Navigate to Object Storage
  2. Open the actions menu for the target bucket
  3. Click Delete
  4. Confirm in the dialog
A bucket must be empty before it can be deleted. Remove all objects first, then delete the bucket.

Next Steps