Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miyohide committed Nov 28, 2022
1 parent 9a67381 commit 2635ea0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aws_service_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ def create_csv_url(base_url)
memo_obj[remove_aws_amazon_prefix(item)] = create_csv_url(offer_index_json[:offers][item][:currentVersionUrl])
end

# File.open("EC2.csv", "w") do |f|
# f.write(URI.parse(result["EC2"]).open.read)
# end

# uri = URI.parse("https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/ap-northeast-1/index.csv")
uri = URI.parse(result["EC2"])
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
Expand Down

0 comments on commit 2635ea0

Please sign in to comment.