You can read from and append data to objects in zonal buckets, which are made available through Rapid Bucket . Zonal buckets use the Rapid storage class , a high-performance storage class that's optimized for I/O-intensive workloads. Appendable objects let you incrementally add data to a file without needing to rewrite the entire object, helping you more effectively manage continuously flowing data.
This page describes how to read and make appends to objects stored in zonal buckets. It shows you how to perform the following operations:
-
Create and write to an appendable object.
-
Read appendable objects.
-
Pause, resume, and finalize appendable objects.
-
Read the tail end of appendable objects.
Before you use this page, you might want to read the following resources:
-
Learn how to create a zonal bucket .
Make appendable writes to objects
Client libraries
C++
For more information, see the Cloud Storage C++ API reference documentation .
To authenticate to Cloud Storage, set up Application Default Credentials. For more information, see Set up authentication for client libraries .
The following sample uploads an appendable object:
Go
For more information, see the Cloud Storage Go API reference documentation .
To authenticate to Cloud Storage, set up Application Default Credentials. For more information, see Set up authentication for client libraries .
The following sample uploads an appendable object:
Java
For more information, see the Cloud Storage Java API reference documentation .
To authenticate to Cloud Storage, set up Application Default Credentials. For more information, see Set up authentication for client libraries .
The following sample uploads an appendable object:
Python
For more information, see the Cloud Storage Python API reference documentation .
To authenticate to Cloud Storage, set up Application Default Credentials. For more information, see Set up authentication for client libraries .
The following sample uploads an appendable object:

