aws 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,8 +71,8 @@ module Aws
71
71
  API_VERSION = "2009-08-15"
72
72
  DEFAULT_HOST = "ec2.amazonaws.com"
73
73
  DEFAULT_PATH = '/'
74
- DEFAULT_PROTOCOL = 'http'
75
- DEFAULT_PORT = 80
74
+ DEFAULT_PROTOCOL = 'https'
75
+ DEFAULT_PORT = 443
76
76
 
77
77
  # Default addressing type (public=NAT, direct=no-NAT) used when launching instances.
78
78
  DEFAULT_ADDRESSING_TYPE = 'public'
@@ -30,8 +30,8 @@ module Aws
30
30
  include AwsBaseInterface
31
31
 
32
32
  DEFAULT_HOST = 's3.amazonaws.com'
33
- DEFAULT_PORT = 80
34
- DEFAULT_PROTOCOL = 'http'
33
+ DEFAULT_PORT = 443
34
+ DEFAULT_PROTOCOL = 'https'
35
35
  DEFAULT_SERVICE = '/'
36
36
  REQUEST_TTL = 30
37
37
  DEFAULT_EXPIRES_AFTER = 1 * 24 * 60 * 60 # One day's worth of seconds
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-11-12 00:00:00 -08:00
14
+ date: 2009-11-19 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency