Sha256: b74e24c4ab0374c11c6d8575b925e9716d82ef4bfd7388bbf4acaf9bc94cb487
Contents?: true
Size: 327 Bytes
Versions: 17
Compression:
Stored size: 327 Bytes
Contents
require 'net/http' module Bosh module Stemcell module Aws class Region DEFAULT = 'us-east-1' REGIONS = %w{ us-east-1 us-west-1 us-west-2 eu-west-1 eu-central-1 ap-southeast-1 ap-southeast-2 ap-northeast-1 ap-northeast-2 sa-east-1 } end end end end
Version data entries
17 entries across 17 versions & 1 rubygems