Error creating S3 artifacts with large size files
A limitation in the backend serializer for CreateArtifact endpoint limit the size of the artifact to a maximum of 2147483647 bytes (2Go).
This behavior prevent pushing large docker builds as artifacts.
Edited by Valentin Rigal