Merge branch 'artifacts' into 'master'
Implement multipart form rewriting to support upload offloading 1. This parses multipart form data and saves all found files as files in TempPath. TempPath is received from Rails by calling authorize request. The rewritten multipart form data contains `file.path` where the temporary file is stored, and `file.name` the original name of file as stored in Content-Disposition. The temporary file is removed afterwards, if it's not consumed by GitLab Rails. If the body is not multipart, forward request. 2. All artifacts downloads are offloaded by exposing X-Sendfile-Type extension. See merge request !5
Showing
artifacts.go
0 → 100644
authorization_test.go
0 → 100644
handlers.go
0 → 100644
handlers_test.go
0 → 100644
helpers_test.go
0 → 100644
proxy.go
0 → 100644
proxy_test.go
0 → 100644
uploads.go
0 → 100644
uploads_test.go
0 → 100644
Please register or sign in to comment