Name |
Description |
Acl |
Google Cloud Storage uses access control lists (ACLs) to manage bucket and
object access. ACLs are the mechanism you use to share objects with other
users and allow other users to access your buckets and objects. For more
information please see the overview on
[access-control](https://cloud.google.com/storage/docs/access-control). |
Bucket |
Buckets are the basic containers that hold your data. Everything that you
store in Google Cloud Storage must be contained in a bucket. |
StorageClient |
Google Cloud Storage client. Allows you to store and retrieve data on
Google's infrastructure. Find more information at
[Google Cloud Storage API docs](https://developers.google.com/storage). |
StorageObject |
Objects are the individual pieces of data that you store in Google Cloud
Storage. |