-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
2025.1 (Upstream E)
-
None
In order to use multipart image upload for s3 backend it needs to know image size in advance which is not the case in current implementation. Glance does not have mechanism to calculate the image size in advance in traditional image upload workflow. However if we are using image import workflow instead then we can calculate the image size during staging operation and pass it to the backend during import workflow so that the multipart upload functionality can be used.