- Print
- DarkLight
Upload and Manage Objects
- Print
- DarkLight
For more information about getting started, see Manage B2 Cloud Storage at Scale: Enterprise Web Console.
For questions after implementation, contact the Product Team.
Use the Backblaze enterprise web console to upload files from a computer, share objects, download objects, and delete objects.
An individual file on your computer can be uploaded to Backblaze B2 Cloud Storage as long as it is between 0 bytes and 500 MB. The maximum single file size that can be uploaded using the command-line interface (CLI) or the Native API is 5 GB. For files that are larger than 5 GB, see Large Files.
Uploading, downloading, sharing, and deleting objects requires an appropriate object role scoped to the bucket:
- Object Manager – full object management (view, upload, download, share, delete).
- Object Viewer – view and download objects.
- Object Writer – upload and overwrite objects, modify metadata.
Users without one of these roles (or without the Administrator role) for a bucket will not be able to manage objects in that bucket.
To delete all objects in a bucket using the CLI, see Delete Objects with the CLI.
- To delete objects using Lifecycle Rules, see Enable and Manage Lifecycle Rules.
- To delete a bucket, see Create and Manage Buckets.
Upload a File
Files that you upload to Backblaze B2 are stored as objects with metadata, following an object storage model.
- Sign in to your Backblaze organization.
- In the left navigation menu, select Buckets.
- Click the bucket name that should contain the object.
- Select the Objects tab.
- Click Upload.
- Drag a file to the dialog, or manually select a file to upload.
- Click Close.
View Object Details
- In the left navigation menu, select Buckets.
- Click the bucket name that contains the object.
- Select the Objects tab, and select an object.
Object Details
You can view the following details after your file is uploaded.
| Name | Object name |
| Type | Type of file (for example, image/png) |
| Size | File size, for example, 79.6 KB |
| Uploaded | Date and time the file was uploaded |
| Versions | Version number |
| Friendly URL S3 URL Native URL | If your bucket is public, you can click any of these three URLs to view the image. In general, it is easiest to use the S3 URL in the format https://<bucket name>.<endpoint>/<file name>. |
| File ID | File version's unique identifier within Backblaze B2. This is the same value that is in the fileId query parameter in the Native URL. |
| SHA1 | SHA-1 digest of the file content. The digest is useful to verify that the file was not corrupted in transmission. |
| File Info | Set of up to 10 key-value pairs that hold user-defined metadata for the file. In the following example, the system set src_last_modified_millis to the last modified time of the uploaded file on your local drive, a few minutes before it was uploaded.
File Information corresponds to S3's user-defined object metadata. It is returned with |
| Encryption | Encryption type (for example, AES256 (SSE-B2)) |
Download an Object
- In the left navigation menu, select Buckets.
- Click the bucket name that contains the object.
- Select the Objects tab.
- Select an object.
- Click
(actions overflow) next to the object that you want to download. - Click Download.
The object is downloaded to your local default location.
Delete an Object
- In the left navigation menu, select Buckets.
- Click the bucket name that contains the object.
- Select the Objects tab.
- Delete an object.
- Click
(actions overflow) next to the object that you want to delete. - Click Delete.
- Click Delete Object.
- Click
- Delete a specific object version.
- Click the name of the object that you want to delete.
- Above the file name, scroll horizontally to the object version that you want to delete.
- Click
(Delete). - Click Delete Object.
Share an Object
- In the left navigation menu, select Buckets.
- Click the bucket name that contains the object.
- Select the Objects tab.
- Click
(actions overflow) next to the object that you want to share. - Select Share with a presigned URL.
- Specify how long the URL stays active in minutes or hours.
- Click Generate URL, and copy the value.
- Click Done.
Create a Folder
- In the left navigation menu, select Buckets.
- Click the bucket name that should contain the folder.
- Select the Objects tab.
- Click Add Folder.
- Enter a folder name.
- Click Create a Folder.