...
The retention duration for S3 object locking may be constrained by the storage administrator at the bucket and domain level. (CLOUD-3932)
Gateway 8.0.2 produces many harmless error logs like:
Code Block XmlUtil: Document root element "ObjectLockConfiguration", must match DOCTYPE root "null". XmlUtil: Document is invalid: no grammar found.
These can be stopped by appending XmlUtil these three lines to /etc/caringo/cloudgateway/logging.yaml. This will be fixed in the upcoming release.
Code Block language yaml ## Workaround noisy 8.0.2 log (CLOUD-3765) - name: com.caringo.gateway.util.XmlUtil level: fatal
Upgrade Impacts
...