From db6d13f55f8ab70b6b87acf1da3f453f895b7504 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Wed, 12 Feb 2025 17:42:41 +0000 Subject: [PATCH] doc/rgw/logging: update field description this is updating documentation based on the change in this PR: https://github.com/ceph/ceph/pull/61388 Signed-off-by: Yuval Lifshitz --- doc/radosgw/bucket_logging.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/radosgw/bucket_logging.rst b/doc/radosgw/bucket_logging.rst index f3e790f5705..1a5c199a220 100644 --- a/doc/radosgw/bucket_logging.rst +++ b/doc/radosgw/bucket_logging.rst @@ -116,11 +116,11 @@ For example: Standard ```````` based on `AWS Logging Record Format`_. - + - bucket owner (or dash if empty) - - bucket name (or dash if empty). in the format: ``[tenant:]`` - - time - - remote IP (not supported, always a dash) + - bucket name (or dash if empty) in the format: ``[tenant:]`` + - time in the following format: ``[day/month/year:hour:minute:second timezone]`` where "timezone" is in UTC offset + - client IP address (or dash if empty) - user or account (or dash if empty) - request ID - operation in the following format: ``WEBSITE/REST..`` @@ -131,16 +131,16 @@ based on `AWS Logging Record Format`_. - bytes sent (or dash if zero) - object size (or dash if zero) - total time (not supported, always a dash) - - turnaround time (not supported, always a dash) - - referrer (not supported, always a dash) - - user agent (not supported, always a dash) + - turnaround time in milliseconds + - referer (or dash if empty) + - user agent (or dash if empty) inside double quotes - version id (or dash if empty) - host id taken from "x-amz-id-2" (or dash if empty) - - signature version (not supported, always a dash) - - cipher suite (not supported, always a dash) - - authentication type (not supported, always a dash) + - signature version (or dash if empty) + - cipher suite (or dash if empty) + - authentication type (or dash if empty) - host header (or dash if empty) - - TLS version (not supported, always a dash) + - TLS version (or dash if empty) - access point ARN (not supported, always a dash) - ACL flag ("Yes" if the request is an ACL operation, otherwise dash) -- 2.39.5