Skip to content
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

docs: Add summary and reference docs for Storage Control API to readme #2485

Merged
merged 5 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add readme-partials change
  • Loading branch information
sydney-munro committed Apr 2, 2024
commit 1eb0fbb905efcf1301f49d5230ca9badac8ab8b4
6 changes: 6 additions & 0 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
custom_content: |
## About Storage Control

The [Storage Control API][storage-control-reference] lets you perform metadata-specific, control plane, and long-running operations.

The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.

#### Creating an authorized service object

To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can
Expand Down
Loading