I'm currently testing git LFS object storage, pushing into an s3 compatible Storage (it's our own S3-System).
Normal upload of files (*.png) works just fine, but if I want to upload a test file of 200MB ( zip file from here), I see the upload go to 100%, fails, and retry until the max retry number is reached.
client_max_body_size 0 and proxy_request_buffering off are both set in the gitlabs Nginx gitlab-http.conf file.
Direct upload into s3 storage works.
Does anybody have similar problems and knows a workaround? Thank you for your input!