Sha256: edc460ea0f6907a1fb98f5c332bb8c8dd967300abf74337ee9a01eaea5bdb77e

Contents?: true

Size: 613 Bytes

Versions: 25

Compression:

Stored size: 613 Bytes

Contents

# encoding: utf-8
Shindo.tests('AWS | url', ["aws"]) do

  @storage = Fog::Storage.new(
    :provider => 'AWS',
    :aws_access_key_id => '123',
    :aws_secret_access_key => 'abc',
    :region => 'us-east-1'
  )

  @file = @storage.directories.new(:key => 'fognonbucket').files.new(:key => 'test.txt')

  now = Fog::Time.now
  
  @storage = Fog::Storage.new(
    :provider => 'AWS',
    :aws_access_key_id => '123',
    :aws_secret_access_key => 'abc',
    :aws_signature_version => 2,
    :region => 'us-east-1'
  )

  @file = @storage.directories.new(:key => 'fognonbucket').files.new(:key => 'test.txt')

end

Version data entries

25 entries across 23 versions & 2 rubygems

Version Path
fog-aws-3.12.0 tests/models/storage/url_tests.rb
fog-aws-3.11.0 tests/models/storage/url_tests.rb
fog-aws-3.10.0 tests/models/storage/url_tests.rb
fog-aws-3.9.0 tests/models/storage/url_tests.rb
fog-aws-3.8.0 tests/models/storage/url_tests.rb
fog-aws-3.7.0 tests/models/storage/url_tests.rb
fog-aws-3.6.7 tests/models/storage/url_tests.rb
fog-aws-3.6.6 tests/models/storage/url_tests.rb
fog-aws-3.6.5 tests/models/storage/url_tests.rb
fog-aws-3.6.4 tests/models/storage/url_tests.rb
fog-aws-3.6.3 tests/models/storage/url_tests.rb
fog-aws-3.6.2 tests/models/storage/url_tests.rb
fog-aws-3.5.2 tests/models/storage/url_tests.rb
fog-aws-3.5.1 tests/models/storage/url_tests.rb
fog-aws-3.5.0 tests/models/storage/url_tests.rb
fog-aws-3.4.0 tests/models/storage/url_tests.rb
fog-aws-3.3.0 tests/models/storage/url_tests.rb
fog-aws-3.2.0 tests/models/storage/url_tests.rb
fog-aws-3.1.0 tests/models/storage/url_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-aws-2.0.1/tests/models/storage/url_tests.rb