diff options
author | Yuval Lifshitz <ylifshit@ibm.com> | 2024-12-18 16:42:05 +0100 |
---|---|---|
committer | Yuval Lifshitz <ylifshit@ibm.com> | 2025-01-13 07:38:49 +0100 |
commit | cc1a0e584ee41d30b36eb2d2566be5116ed1bea0 (patch) | |
tree | 918e660fa28cb33248f2abc5af524703cfecef68 /doc | |
parent | Merge pull request #60958 from xxhdx1985126/wip-69120 (diff) | |
download | ceph-cc1a0e584ee41d30b36eb2d2566be5116ed1bea0.tar.xz ceph-cc1a0e584ee41d30b36eb2d2566be5116ed1bea0.zip |
rgw/logging: support source and destination buckets on different tenants
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/radosgw/bucket_logging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/radosgw/bucket_logging.rst b/doc/radosgw/bucket_logging.rst index cb9f8465d20..1ac4e546a4c 100644 --- a/doc/radosgw/bucket_logging.rst +++ b/doc/radosgw/bucket_logging.rst @@ -72,7 +72,7 @@ has the following format: :: - <prefix><bucket owner>/<source region>/<bucket name>/<year>/<month>/<day>/<year-month-day-hour-minute-second>-<16 bytes unique-id> + <prefix><bucket owner>/<source region>/[tenant:]<bucket name>/<year>/<month>/<day>/<year-month-day-hour-minute-second>-<16 bytes unique-id> For example: @@ -90,7 +90,7 @@ Journal minimum amount of data used for journaling bucket changes (this is a Ceph extension). - bucket owner (or dash if empty) - - bucket name (or dash if empty) + - bucket name (or dash if empty). in the format: ``[tenant:]<bucket name>`` - time in the following format: ``[day/month/year:hour:minute:second timezone]`` - object key (or dash if empty) - operation in the following format: ``WEBSITE/REST.<HTTP method>.<resource>`` @@ -111,7 +111,7 @@ Standard based on `AWS Logging Record Format`_. - bucket owner (or dash if empty) - - bucket name (or dash if empty) + - bucket name (or dash if empty). in the format: ``[tenant:]<bucket name>`` - time - remote IP (not supported, always a dash) - user or account (or dash if empty) |