Class: Gitlab::Cleanup::RemoteUploads
- Inherits:
-
RemoteObjectStorage
- Object
- RemoteObjectStorage
- Gitlab::Cleanup::RemoteUploads
- Extended by:
- Utils::Override
- Defined in:
- lib/gitlab/cleanup/remote_uploads.rb
Constant Summary
Constants inherited from RemoteObjectStorage
Gitlab::Cleanup::RemoteObjectStorage::BATCH_SIZE
Instance Attribute Summary
Attributes inherited from RemoteObjectStorage
#logger, #model_class, #storage_location_identifier
Instance Method Summary collapse
-
#initialize(logger: nil) ⇒ RemoteUploads
constructor
A new instance of RemoteUploads.
Methods included from Utils::Override
extended, extensions, included, method_added, override, prepended, queue_verification, verify!
Methods inherited from RemoteObjectStorage
Methods included from ObjectStorage::FogHelpers
Constructor Details
#initialize(logger: nil) ⇒ RemoteUploads
Returns a new instance of RemoteUploads.
8 9 10 |
# File 'lib/gitlab/cleanup/remote_uploads.rb', line 8 def initialize(logger: nil) super(:uploads, ::Upload, logger: logger) end |