[Source]
# File lib/amazon/aws.rb, line 95 def initialize(endpoint) uri = URI.parse( endpoint ) @host = uri.host @path = uri.path end
[Validate]