Object Upload Overview
In OBS, objects are basic data units that you can operate. OBS Go SDK provides abundant APIs for object upload in the following methods:
- Uploading Objects - Streaming
- Uploading Objects - File-Based
- Uploading a Part
- Uploading Objects - Resumable Transfer
SDK supports the upload of objects whose size ranges from 0 KB to 5 GB. If a file is smaller than 5 GB, streaming upload and file-based upload are applicable. If the file is larger than 5 GB, multipart upload (whose part size is smaller than 5 GB) is suitable.
If the uploaded object can be read by anonymous users, anonymous users can access the object data through the object URL after the upload succeeds. The object URL is in the format of https://bucket name.domain name/directory levels/object name. If the object resides in the root directory of a bucket, its URL does not contain a directory level.
Last Article: Overview
Next Article: Uploading Objects - Streaming
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.