We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfcdb1 commit 7b1439fCopy full SHA for 7b1439f
src/storage/src/client.rs
@@ -46,13 +46,13 @@
46
/// create one and the reuse it. You do not need to wrap `Storage` in
47
/// an [Rc](std::rc::Rc) or [Arc](std::sync::Arc) to reuse it, because it
48
/// already uses an `Arc` internally.
49
-///
+///
50
/// # Service Description
51
///
52
/// The Cloud Storage API allows applications to read and write data through
53
/// the abstractions of buckets and objects. For a description of these
54
/// abstractions please see <https://cloud.google.com/storage/docs>.
55
56
/// This client is used to perform metadata operations, such as creating
57
/// buckets, deleting objects, listing objects, etc. It does not expose any
58
/// functions to write or read data in objects.
0 commit comments