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

Link Google Cloud Storage from top-level README. #1170

Merged
merged 3 commits into from Oct 8, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,11 @@ at the [Beta](#versioning) quality level:

- [Google Cloud Bigtable](google/cloud/bigtable#google-cloud-bigtable)

This library supports the following Google Cloud Platform services with clients
at the [Alpha](#versioning) quality level:

- [Google Cloud Storage](google/cloud/storage#google-cloud-storage)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For easier reference and easier future copy-pasting, you can just link to #readme which is a standard built-in tag for the beginning of the README, so you don't need to carefully emulate the actual heading.

If you fix this, consider also fixing the Cloud Bigtable link above similarly. Up to you.


The libraries in this code base likely do not (yet) cover all the available
APIs.

Expand Down
43 changes: 43 additions & 0 deletions google/cloud/storage/README.md
@@ -0,0 +1,43 @@
# Google Cloud Strorage

[![Documentation][doxygen-shield]][doxygen-link]

[doxygen-shield]: https://img.shields.io/badge/documentation-master-brightgreen.svg
[doxygen-link]: http://GoogleCloudPlatform.github.io/google-cloud-cpp/latest/storage

This directory contains the implementation of the Google Cloud Storage C++
client.

## Status

This library support Google Cloud Storage at the
[Alpha](../README.md#versioning) quality level.

## Documentation

The [reference guide][doxygen-link], can be found online. The top-level page in
the reference guide includes a quick start guide.

## Release Notes

### 2018-09

* The library implements all the APIs in the service, including:
* Create, list, and delete buckets and objects.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing: rewrite and compose.

* Read and modify metadata attributes of buckets and objects, including patch
semantics.
* Read object contents as a stream of data.
* Create objects using a stream of data.
* Create objects from a `std::string`.
* Control Object lifecycle policies in buckets.
* Control versioning in buckets.
* Read, modify and test IAM policies in buckets.
* Read, modify, list, and set ACLs for buckets and objects.
* Control Pub/Sub configuration of a bucket.
* Use pre-conditions for object and bucket operations.
* Customer-Supplied Encryption keys.
* Customer-Managed Encryption keys.
* The library does not (yet) have a GitHub release, it is only available from
the [default branch][github-link] on GitHub

[github-link]: https://github.com/GoogleCloudPlatform/google-cloud-cpp