Sha256: c17b77f985ca8fdb07630d2b07c42d5ebfb4ae848d96f50de572373f6578a8b4

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

module Aws
  # setup autoloading for Plugins
  # Most plugins are required explicitly from service clients
  module Plugins
    autoload :BearerAuthorization, 'aws-sdk-core/plugins/bearer_authorization'
    autoload :SignatureV4, 'aws-sdk-core/plugins/signature_v4'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-core-3.208.0 lib/aws-sdk-core/plugins.rb