mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 9 11:23:49 UTC 2023
This commit is contained in:
parent
678b9afba9
commit
19bfacfbed
148 changed files with 2955 additions and 379 deletions
|
|
@ -226,27 +226,27 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-log-bucket
|
||||
Clears logging bucket receiving the usage current bucket's data and
|
||||
disables usage logging.
|
||||
Disables usage and storage logging for the bucket specified in the
|
||||
overall update command.
|
||||
|
||||
--log-bucket=LOG_BUCKET
|
||||
Enables usage logging of the bucket, outputting log files to the
|
||||
specified logging_bucket in this flag. Cloud Storage doesn't validate
|
||||
the existence of the bucket receiving logs. In addition to enabling
|
||||
logging on your bucket, you will also need to grant
|
||||
cloud-storage-analytics@google.com write access to the log bucket.
|
||||
Enables usage and storage logging for the bucket specified in the
|
||||
overall update command, outputting log files to the bucket specified
|
||||
in this flag. Cloud Storage does not validate the existence of the
|
||||
bucket receiving logs. In addition to enabling logging on your
|
||||
bucket, you also need to grant cloud-storage-analytics@google.com
|
||||
write access to the log bucket.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-log-object-prefix
|
||||
Clears prefix used to determine what usage data to send to logging
|
||||
bucket.
|
||||
Clears the prefix used to determine the naming of log objects in the
|
||||
logging bucket.
|
||||
|
||||
--log-object-prefix=LOG_OBJECT_PREFIX
|
||||
Specifies the object prefix for logging activity to the log bucket.
|
||||
The default prefix is the bucket name. All read and write activity to
|
||||
objects in the bucket will be logged for objects matching the prefix.
|
||||
If usage logging is not enabled this flag will have no effect.
|
||||
Specifies a prefix for the names of logs generated in the log bucket.
|
||||
The default prefix is the bucket name. If logging is not enabled,
|
||||
this flag has no effect.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue