Skip to content

fix: (storage) update doc to link google_storage_bucket_object_content in google_storage_bucket_object #12854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 5, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Creates a new object inside an existing bucket in Google cloud storage service (
and
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).

A datasource can be used to retrieve the data of the stored object:

* `google_storage_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)


## Example Usage

Expand Down
Loading