Class: PresignedUpload::Adapter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/presigned_upload/adapter/base.rb

Overview

The ‘Base` class serves as the base class for all storage adapters in the `PresignedUpload` module. It provides a common interface for accessing storage configurations.

Direct Known Subclasses

Aws

Instance Method Summary collapse

Constructor Details

#initializeBase

Initializes a new instance of the adapter.



18
19
20
# File 'lib/presigned_upload/adapter/base.rb', line 18

def initialize
  @storage_options = PresignedUpload.configuration.storage_options
end