In this topic I will show how to create an object storage in OCI
In OCI there are two kind of object storage available.
- Standard Object storage : The standard object storage is used where we need access the data very fast and in a frequent manner.
- Archive Object Storage: As the name suggests, this type of storage is used for archiving process , where the data is accessed rarely and kept for long time.
To create an object storage in OCI
Click on Create bucket

Provide details for bucket creation.

Take a note of namespace value.

So the bucket is now created, we can now upload the files into bucket.

We can also upload files directly to bucket from server level using CLI . I have shared the steps in this post.


Leave a Reply