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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
3734563e
Commit
3734563e
authored
Feb 14, 2022
by
Darby Frey
Committed by
Matthias Käppler
Feb 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Secure Files to Object Storage Docs
parent
d1fb9295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/development/uploads.md
doc/development/uploads.md
+2
-0
No files found.
doc/development/uploads.md
View file @
3734563e
...
...
@@ -387,6 +387,7 @@ Therefore, document new uploads here by slotting them into the following tables:
| Container image cache (?) |
`direct upload`
|
`workhorse`
|
`/dependency-proxy/<group_id_hash>/dependency_proxy/<group_id>/files/<proxy_id>/<blob_id or manifest_id>`
|
| Terraform state files |
`carrierwave`
|
`rails controller`
|
`/terraform/<proj_id_hash>/<terraform_state_id>`
|
| Pages content archives |
`carrierwave`
|
`sidekiq`
|
`/gitlab-gprd-pages/<proj_id_hash>/pages_deployments/<deployment_id>/`
|
| Secure Files |
`carrierwave`
|
`sidekiq`
|
`/ci-secure-files/<proj_id_hash>/secure_files/<secure_file_id>/`
|
#### CarrierWave integration
...
...
@@ -426,3 +427,4 @@ Therefore, document new uploads here by slotting them into the following tables:
|
`app/models/concerns/packages/debian/distribution.rb`
|
`mount_uploader :signed_file, Packages::Debian::DistributionReleaseFileUploader`
| :white_check_mark: |
|
`app/models/bulk_imports/export_upload.rb`
|
`mount_uploader :export_file, ExportUploader`
| :white_check_mark: |
|
`ee/app/models/user_permission_export_upload.rb`
|
`mount_uploader :file, AttachmentUploader`
| |
|
`app/models/ci/secure_file.rb`
|
`include FileStoreMounter`
| |
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