gitlab-org--gitlab-foss/app/uploaders
Bastian Blank b82ccf2cbc Don't try to set any ACL on uploaded objects
Set ACL of uploaded objects to not-public (fog-aws) or no ACL at all
(fog-google).  Value is ignored by other supported backends (fog-aliyun,
fog-openstack, fog-rackspace)

This allows uploads to GCS with ACL support disabled.
2019-03-30 14:55:33 +01:00
..
attachment_uploader.rb
avatar_uploader.rb fix avatar uploader error 2018-09-10 17:41:51 +02:00
external_diff_uploader.rb Allow MR diffs to be placed into an object store 2019-02-05 14:12:48 +00:00
favicon_uploader.rb
file_mover.rb Check snippet attached file to be moved is within designated directory 2019-02-21 16:44:44 +08:00
file_uploader.rb Extract code from Issues::MoveService 2018-11-12 08:57:25 +01:00
gitlab_uploader.rb Backport of "Use Geo log to remove files when migrated to object storage" 2018-10-03 15:09:16 +00:00
import_export_uploader.rb
job_artifact_uploader.rb Backport of "Use Geo log to remove files when migrated to object storage" 2018-10-03 15:09:16 +00:00
legacy_artifact_uploader.rb Backport of "Use Geo log to remove files when migrated to object storage" 2018-10-03 15:09:16 +00:00
lfs_object_uploader.rb Backport of "Use Geo log to remove files when migrated to object storage" 2018-10-03 15:09:16 +00:00
namespace_file_uploader.rb Fix workhorse temp path for namespace uploads 2018-09-11 15:45:46 +02:00
object_storage.rb Don't try to set any ACL on uploaded objects 2019-03-30 14:55:33 +01:00
personal_file_uploader.rb Fix 404s with snippet uploads in object storage 2019-01-21 22:13:37 -08:00
records_uploads.rb Fix failing MySQL spec due to deadlock condition 2019-01-14 21:17:40 -08:00
uploader_helper.rb
workhorse.rb