AWS exposes both APIs(Http and HTTPS). fog-aws gem uses http or https calls? I am not able to find it anywhere in it's description.
Asked
Active
Viewed 123 times
0
-
1https://github.com/fog/fog-aws/blob/master/lib/fog/aws/storage.rb#L10 – Roman Kiselenko Sep 10 '15 at 10:21
-
@Зелёный, please, don't give anwers as a comments, use `Your Answer` textarea for that. Thank you. – Alexey Shein Sep 10 '15 at 10:27
-
@AlexeyShein i never post link only answer. it's just a point for the OP. if you want, post it as an answer, i upvote. – Roman Kiselenko Sep 10 '15 at 10:28
1 Answers
2
It seems default is HTTPS, as pointed in this comment.

Community
- 1
- 1

Alexey Shein
- 7,342
- 1
- 25
- 38
-
Yeah, I think you could choose to use http, but we try to use https wherever available. – geemus Sep 11 '15 at 14:18