mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Added a cors (with bucket) item to the data has of the Storage AWS Mock class (upon creation of the hash). This is to prevent put_bucket_cors from failing during tests.
This commit is contained in:
parent
a5650fd17e
commit
916b556db5
1 changed files with 4 additions and 1 deletions
|
@ -193,7 +193,10 @@ module Fog
|
|||
:bucket => {},
|
||||
:object => {}
|
||||
},
|
||||
:buckets => {}
|
||||
:buckets => {},
|
||||
:cors => {
|
||||
:bucket => {}
|
||||
}
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue