Guides - Upload Objects to a Bucket
S3-compatible Linode Object Storage makes it easy and more affordable to manage unstructured data such as content assets, as well as sophisticated and data-intensive storage challenges around artificial intelligence and machine learning.
Follow these steps to upload objects to a bucket using the Cloud Manager:
If you have not already, log into the Linode Cloud Manager.
Click the Object Storage link in the sidebar. A list of all the buckets appears. Click the bucket where you want to upload the objects.
The bucket’s Objects Listing Page appears. In the example, the my-example-bucket does not yet contain any objects. You can use the Upload Files Pane to drag and drop a file from the local computer to the object storage bucket.
Note
You can drag and drop multiple files to the Upload Files Pane at one time.Note
Uploading or renaming objects using non-standard special characters and unusual ASCII/Unicode characters may cause issues.You can also click the Browse Files button to bring up the local computer’s file browser and select a file to upload to the bucket.
When the upload has completed, the object appears in the Objects Listing Page.
Note
Individual object uploads are limited to a size of 5GB each, though larger object uploads can be facilitated with multipart uploads. s3cmd and Cyberduck do this for you automatically if a file exceeds this limit as part of the uploading process.
Object file names additionally cannot contain the following special characters when using Cloud Manager or the Linode CLI:
" ' < > & + =
This page was originally published on