You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gentics Mesh Version, operating system, or hardware.
v2.0.13
Operating System
MacOSX
JVM
Open JDK 1.8.0_100
Problem
S3binary objects are saved to the configured S3 bucket in the mesh server. Everything is working as expected for the default language, but once I start adding binaries for the second language, the binary data is overrwiting the existing binary information.
In the end, it results a combination between corect metadata for a language, combined with the binary data from the latest language binary saved in that s3binary field.
I noticed also that for all languages there is only one single s3binaryuuid created for a s3binary field. I believe it should be different for any language, similar to the binary field.
Reproducer
Expected behaviour and actual behaviour
The text was updated successfully, but these errors were encountered:
Gentics Mesh Version, operating system, or hardware.
Operating System
JVM
Problem
S3binary objects are saved to the configured S3 bucket in the mesh server. Everything is working as expected for the default language, but once I start adding binaries for the second language, the binary data is overrwiting the existing binary information.
In the end, it results a combination between corect metadata for a language, combined with the binary data from the latest language binary saved in that s3binary field.
I noticed also that for all languages there is only one single s3binaryuuid created for a s3binary field. I believe it should be different for any language, similar to the binary field.
Reproducer
Expected behaviour and actual behaviour
The text was updated successfully, but these errors were encountered: