Commit 0a567f23 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'clarify-where-artifacts-metadata-is-generated' into 'master'

Clarify where the artifacts metadata .gz is generated

See merge request gitlab-org/gitlab-ce!14695
parents 26c1fea2 7b0ca61f
......@@ -142,9 +142,9 @@ and [projects APIs](../api/projects.md).
## Implementation details
When GitLab receives an artifacts archive, an archive metadata file is also
generated. This metadata file describes all the entries that are located in the
artifacts archive itself. The metadata file is in a binary format, with
additional GZIP compression.
generated by [GitLab Workhorse]. This metadata file describes all the entries
that are located in the artifacts archive itself.
The metadata file is in a binary format, with additional GZIP compression.
GitLab does not extract the artifacts archive in order to save space, memory
and disk I/O. It instead inspects the metadata file which contains all the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment