Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
efd30ba5
Commit
efd30ba5
authored
Feb 01, 2018
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc
parent
dd592219
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/file_storage.md
doc/development/file_storage.md
+2
-2
No files found.
doc/development/file_storage.md
View file @
efd30ba5
...
...
@@ -16,7 +16,7 @@ There are many places where file uploading is used, according to contexts:
-
Project avatars
-
Issues/MR/Notes Markdown attachments
-
Issues/MR/Notes Legacy Markdown attachments
-
CI
Build Artifacts
-
CI
Artifacts (archive, metadata, trace)
-
LFS Objects
...
...
@@ -35,7 +35,7 @@ they are still not 100% standardized. You can see them below:
| Project avatars | yes | uploads/-/system/project/avatar/:id/:filename |
`AvatarUploader`
| Project |
| Issues/MR/Notes Markdown attachments | yes | uploads/:project_path_with_namespace/:random_hex/:filename |
`FileUploader`
| Project |
| Issues/MR/Notes Legacy Markdown attachments | no | uploads/-/system/note/attachment/:id/:filename |
`AttachmentUploader`
| Note |
| CI Artifacts (CE) | yes | shared/artifacts/:
year_:month/:project_id/:id |
`ArtifactUploader`
| Ci::Build
|
| CI Artifacts (CE) | yes | shared/artifacts/:
disk_hash[0..1]/:disk_hash[2..3]/:disk_hash/:year_:month_:date/:job_id/:job_artifact_id (:disk_hash is SHA256 digest of project_id) |
`JobArtifactUploader`
| Ci::JobArtifact
|
| LFS Objects (CE) | yes | shared/lfs-objects/:hex/:hex/:object_hash |
`LfsObjectUploader`
| LfsObject |
CI Artifacts and LFS Objects behave differently in CE and EE. In CE they inherit the
`GitlabUploader`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment