Sha256: 80b35771001f7057e7c37bc9764b6d48d869a3d571ede639bb2edc4c61f5932f

Contents?: true

Size: 911 Bytes

Versions: 61

Compression:

Stored size: 911 Bytes

Contents

module Fog
  module Storage
    class InternetArchive

      module GetObjectHttpsUrl

        def get_object_https_url(bucket_name, object_name, expires, options = {})
          get_object_url(bucket_name, object_name, expires, options.merge(:scheme => 'https'))
        end

      end

      class Real

        # Get an expiring object https url from S3
        #
        # @param bucket_name [String] Name of bucket containing object
        # @param object_name [String] Name of object to get expiring url for
        # @param expires [Time] An expiry time for this url
        #
        # @return [Excon::Response] response:
        #   * body [String] - url for object
        #
        # @see http://docs.amazonwebservices.com/AmazonS3/latest/dev/S3_QSAuth.html

        include GetObjectHttpsUrl

      end

      class Mock # :nodoc:all

        include GetObjectHttpsUrl

      end
    end
  end
end

Version data entries

61 entries across 61 versions & 6 rubygems

Version Path
fog-maestrodev-1.15.0.20130927082724 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-maestrodev-1.15.0.20130829165835 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.15.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
gapinc-fog-1.14.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-maestrodev-1.14.0.20130806165225 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.14.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.13.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
gapinc-fog-1.12.1.2 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
gapinc-fog-1.12.1.1 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
gapinc-fog-1.12.1a lib/fog/internet_archive/requests/storage/get_object_https_url.rb
gapinc-fog-1.12.1 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.12.1 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.12.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
hpfog-0.0.20 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/lib/fog/internet_archive/requests/storage/get_object_https_url.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.11.1 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.11.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-1.10.1 lib/fog/internet_archive/requests/storage/get_object_https_url.rb
fog-test-me-1.10.0 lib/fog/internet_archive/requests/storage/get_object_https_url.rb