Details
-
Task
-
Resolution: Fixed
-
Neutral
-
1.2.0
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Cloud Service 4
-
2
Description
Recently we implemented some functionality to return s3 metadata (size, height & width) in the getAsset API. This metadata is obtained doing a HEAD request to s3.
The consequence of this change is that, in the delivery endpoint API, each assets requires to execute this HEAD request, which is an overhead for some properties that probably won't be used.
This ticket is for reverting the behaviour to the standard one, where no extra metadata is returned.
CLOUD-203 is intended to handle how to obtain these extra metadata.
Checklists
Acceptance criteria