You are currently viewing How To Create A Composite Object In Cloud Storage

How To Create A Composite Object In Cloud Storage

  • Post author:
  • Post category:GCP

How To Create A Composite Object In Cloud Storage

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In the last blog post, we have discussed Object Transcoding in Cloud Storage.

https://cloudaffaire.com/what-is-object-transcoding-in-cloud-storage/

In this blog post, we will discuss the Composite Object in Cloud Storage.

Composite Object:

Composite objects are useful for making appends to an object, as well as for building an object using components that you’ve uploaded in parallel. The compose operation creates a new composite object whose contents are the concatenation of a given sequence of source objects. The source objects all must:

  • Have the same storage class.
  • Be stored in the same Cloud Storage bucket.
  • NOT use customer-managed encryption keys.

Object composition can be used for uploading an object in parallel: divide your data into multiple chunks, upload each chunk to a distinct object in parallel, compose your final object, and delete any temporary source objects.

How To Create A Composite Object In Cloud Storage:

Hope you have enjoyed this article. In the next blog post, we will discuss Access Logs in cloud storage.

All the public cloud providers are changing the console user interface rapidly and due to this some of the screenshots used in our previous AWS blogs are no longer relevant. Hence, we have decided that from now onwards most of the demo will be done programmatically. Let us know your feedback on this in the comment section.

To get more details on cloud storage, please refer below GCP documentation.

https://cloud.google.com/storage/docs/

https://cloud.google.com/storage/docs/composite-objects