-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF25
-
Component/s: BlobManager
-
Tags:
-
Team:FG
-
Sprint:nxFG 11.3.1
-
Story Points:2
When using an S3 compliant binary storage that does not support Versioning, an error is thrown and we are not able to store any binary.
Binary versioning in S3 is used by the retention addon.
To reproduce:
- In nuxeo.conf, add
nuxeo.core.binarymanager=org.nuxeo.ecm.blob.s3.S3BlobProvider
- Popup a minio with docker in your local environment,
- Configure the nuxeo.conf to point to that S3 compliant binary storage,
- Create a document with binary attached to it,
- See the logs (example attached)
Workaround:
Put previous binary manager:
nuxeo.core.binarymanager=org.nuxeo.ecm.core.storage.sql.S3BinaryManager
- Is referenced in