Sha256: 0255e5afb3260a6bd7938b14978fa2adeb62399ef19380d176dbdbf2176c9620

Contents?: true

Size: 759 Bytes

Versions: 24

Compression:

Stored size: 759 Bytes

Contents

Aws.add_service(:S3, {
  api: File.join(Aws::API_DIR, 'S3.api.json'),
  docs: File.join(Aws::API_DIR, 'S3.docs.json'),
  paginators: File.join(Aws::API_DIR, 'S3.paginators.json'),
  resources: File.join(Aws::API_DIR, 'S3.resources.json'),
  waiters: File.join(Aws::API_DIR, 'S3.waiters.json'),
})

module Aws
  module S3

    autoload :Presigner, 'aws-sdk-core/s3/presigner'
    autoload :BucketRegionCache, 'aws-sdk-core/s3/bucket_region_cache'

    # A cache of discovered bucket regions. You can call `#bucket_added`
    # on this to be notified when you must configure the proper region
    # to access a bucket.
    #
    # This cache is considered an implementation detail.
    #
    # @api private
    BUCKET_REGIONS = BucketRegionCache.new

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.14 lib/aws-sdk-core/s3.rb
aws-sdk-core-2.0.13 lib/aws-sdk-core/s3.rb
aws-sdk-core-2.0.12 lib/aws-sdk-core/s3.rb
aws-sdk-core-2.0.11 lib/aws-sdk-core/s3.rb