-
Type: Task
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: S3
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #74
There is a typo in the commits done for https://jira.nuxeo.com/browse/NXP-31302, we are missing an opening curly bracket resulting in an invalid hardcoded bucket prefix "$nuxeo.s3storage.s3DirectUpload.bucket_prefix}"
This produces an error such like:
022-11-10T05:18:19,801 WARN [http-nio-0.0.0.0-8080-exec-7] [org.nuxeo.ecm.blob.s3.S3BlobStore] Direct copy failed from s3://bucket_name/pam-solution-2021/upload/b4c7b885-3e7a-417d-8e71-9a0e7c7dda08 to s3://bucket_name/$nuxeo.s3storage.s3DirectUpload.bucket_prefix}/b4c7b885-3e7a-417d-8e71-9a0e7c7dda08
nuxeo_1 | 2022-11-10T05:18:20,086 ERROR [http-nio-0.0.0.0-8080-exec-7] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] org.nuxeo.ecm.core.api.NuxeoException: Failed to write blob: b4c7b885-3e7a-417d-8e71-9a0e7c7dda08
nuxeo_1 | org.nuxeo.ecm.core.api.NuxeoException: Failed to write blob: b4c7b885-3e7a-417d-8e71-9a0e7c7dda08
- is caused by
-
NXP-31302 Allow to configure the bucket prefix of the s3DirectUploadBlobProviderDestination BlobProvider
- Resolved