LogoLogo
AboutOORT AIOORT StorageOORT Edge
  • What is OORT Storage
  • Getting Started
    • How it works
    • User Guide
      • Sign Up
      • Create a Bucket
      • Upload an Object
      • Download an Object
      • Delete Objects or Buckets
    • Billing and Pricing
      • Free Tier, Always Free
      • Pay-as-you-go Pricing
      • OORT Credits
      • Manage Your Payments
  • Manage Storage
    • Work with Buckets
    • Work with Objects
      • Objects Overview
      • Object Keys
      • Object Details
      • Upload Objects
      • Multipart Upload
      • Download Objects
      • Delete Objects
      • Share Objects
      • Use Folders
    • Storage Classes
    • Access Control
    • Tools and Clients
      • Use Rclone
      • Use AWS CLI
      • Use S3 Browser
      • Use Arq Backup
      • Use TntDrive
    • Sync files to OORT Storage
      • Step 1: Download the rclone
      • Step 2: Do the OORT Storage remote configuration
      • Step 3: Check where your files are stored in?
        • Google Drive
        • Amazon Drive
        • Tencent Cloud Object Storage (COS)
        • Alibaba Cloud (Aliyun) Object Storage System (OSS)
        • IPFS
        • Others
      • Step 4: Check the configuration
      • Step 5: Do the files syncs
  • Developing with OORT Storage
    • Access Keys
    • Use S3-Compatible API
  • OORT Storage for Business
    • Web3 Web Hosting
      • Upload Website
      • Backend Hosting
      • Publishing
Powered by GitBook
On this page
  • Navigate the OORT Storage dashboard
  • How to upload folders and files
  1. Manage Storage
  2. Work with Objects

Upload Objects

PreviousObject DetailsNextMultipart Upload

Last updated 1 year ago

When you upload a file to OORT Storage, it is stored as a object. Objects consist of the file data and metadata that describes the object. Each bucket can hold an unlimited number of objects. Before you can upload files to an OORT Storage bucket, however, you need to write permissions for the bucket.

You can upload any file type—images, backups, data, movies, etc.—into an OORT Storage bucket. The maximum size of a file that you can upload with the OORT console depends on the storage provider.

Upload an object in parts by using the AWS SDKs, OORT Storage API, or other S3-compatible third-party tools – Using the multipart upload API operation, you can upload a single large object, up to 5 TB in size.

The multipart upload API operation is designed to improve the upload experience for larger objects. You can upload an object in parts. These object parts can be uploaded independently, in any order, and in parallel. You can use a multipart upload for objects from 5 MB to 5 TB in size. For more information, see .

If you upload an object with a key name that already exists in a versioning-disabled bucket, OORT Storage replaces the existing object.

Navigate the OORT Storage dashboard

This section explains how to upload objects and folders to an OORT Storage bucket.

When you upload an object, the object key name is the file name and any optional prefixes. In the , you can create folders to organize your objects. In OORT Storage, folders are represented as prefixes that appear in the object key name. If you upload an individual object to a folder in the OORT console, the folder name is included in the object key name.

Example

If you upload an object named sample1.jpg to a folder named backup, the key name is backup/sample1.jpg. However, the object is displayed in the console as sample1.jpg in the backup folder.

When you upload a folder, OORT Storage uploads all of the files and subfolders from the specified folder to your bucket. It then assigns an object key name that is a combination of the uploaded file name and the folder name. For example, if you upload a folder named /images that contains two files, sample1.jpg and sample2.jpg, Amazon S3 uploads the files and then assigns the corresponding key names, images/sample1.jpg and images/sample2.jpg. The key names include the folder name as a prefix. The OORT console displays only the part of the key name that follows the last /.

Example

Within an images folder the images/sample1.jpg and images/sample2.jpg objects are displayed as sample1.jpg and a sample2.jpg.

How to upload folders and files

-> In the Buckets list, select the bucket that you want to upload your object to.

-> In the Objects tab for your bucket, click Upload.

-> Under Files and folders, choose Add files.

-> Select a file to upload, and then click Open.

-> Click Upload.

Congrats - you've uploaded an object to your bucket!

-> Sign in to .

Uploading objects using multipart upload
OORT console
OORT Console