Class: Miasma::Contrib::AwsApiCore
- Inherits:
-
Object
- Object
- Miasma::Contrib::AwsApiCore
- Defined in:
- lib/miasma/contrib/aws.rb
Overview
Core API for AWS access
Defined Under Namespace
Modules: ApiCommon, RequestUtils Classes: Hmac, Signature, SignatureV4
Class Method Summary collapse
-
.time_iso8601 ⇒ String
Current time ISO8601 format.
Class Method Details
.time_iso8601 ⇒ String
Returns current time ISO8601 format.
41 42 43 |
# File 'lib/miasma/contrib/aws.rb', line 41 def self.time_iso8601 Time.now.utc.strftime('%Y%m%dT%H%M%SZ') end |