1---
2stage: none
3group: unassigned
4info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
5---
6
7# Shared files
8
9Historically, GitLab supported storing files that could be accessed from multiple application
10servers in `shared/`, using a shared storage solution like NFS. Although this is still an option for
11some GitLab installations, it must not be the only file storage option for a given feature. This is
12because [cloud-native GitLab installations do not support it](architecture.md#adapting-existing-and-introducing-new-components).
13
14Our [uploads documentation](uploads.md) describes how to handle file storage in
15such a way that it supports both options: direct disk access and object storage.
16