From 4a7a2ba1968d0d545815330d0bb252906849886d Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Mon, 13 Nov 2023 13:59:24 +0530 Subject: [PATCH] Fix typo Co-authored-by: Erik Sundell --- docs/howto/features/buckets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/features/buckets.md b/docs/howto/features/buckets.md index 75a80b28ad..a94f36e147 100644 --- a/docs/howto/features/buckets.md +++ b/docs/howto/features/buckets.md @@ -104,7 +104,7 @@ user_buckets = { We may want to know *what* objects in a bucket are actually being accessed, and when. While there is not a systematic way to do a 'when was this object last accessed', we can instead enable [usage logs](https://cloud.google.com/storage/docs/access-logs) -that allow hub adminsrators to get access to some raw data. +that allow hub administrators to get access to some raw data. Note that we currently can not actually help hub admins process these logs - that is *their* responsibility. We can only *enable* this logging.