-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
odf-4.18
-
None
Describe the issue:
Customer opened ticket (04284271) in regards to the ODF documentation found on Red Hat's Documentation web portal (docs.redhat.com).
Customer noticed within the JSON object to create the bucket policy in MCG, as referenced in our online documentation here, to be missing the correct key-value pair in the example provided.
"Principal": [ "john.doe@example.com" ], >>Should be<<: "Principal": { "AWS": "john.doe@example.com" }
After some additional research. I can confirm the JSON object example found in the online documentation is not correct after confirming with AWS's S3 online documentation portal for configuring bucket policies-- here.
Describe the task you were trying to accomplish:
Customer is attempting to use MCG bucket policies.
Suggestions for improvement:
Document URL:
Chapter/Section Number and Title:
Chapter 8, Section 8.2 Using bucket policies in Multicloud Object Gateway
Product Version:
4.18
Environment Details:
Any other versions of this document that also needs this update:
Additional information: