mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS] Create the time directly in tests, avoids using a method not present in 1.8.7
This commit is contained in:
parent
2755321839
commit
444a254bbe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Shindo.tests('AWS | url', ["aws"]) do
|
||||
|
||||
@expires = DateTime.parse('2013-01-01T00:00:00Z').to_time.utc.to_i
|
||||
@expires = Time.utc(2013,1,1).utc.to_i
|
||||
|
||||
@storage = Fog::Storage.new(
|
||||
:provider => 'AWS',
|
||||
|
|
Loading…
Add table
Reference in a new issue