-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF53, 2021.9
-
Component/s: BlobManager, Bulk
-
Release Notes Summary:A new bulk action s3SetBlobLength is provided.
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #45
-
Story Points:3
The NXP-30573 introduces a bulk action to set content length according to s3 metadata.
But there are still a few problems:
- it doesn't work if the blob key already contains a blob provider prefix, this makes the blob inaccessible
- custom listeners are invoked which slow down everything
- some properties are updated like mixin:type
- depending on the mime type (if unknown or binary) a thumbnail may be generated
To avoid this we need to update the document at a lower level.
Also, we don't want to activate this fixup action for all instances it should be enabled explicitly.
- is related to
-
NXP-30573 Create a Bulk Action to populate content/length value
- Resolved