mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|Glacier] Fix job type constant
This commit is contained in:
parent
bbec81c4c9
commit
28add36257
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Fog
|
|||
class Job < Fog::Model
|
||||
|
||||
ARCHIVE = 'archive-retrieval'
|
||||
INVENTORY = 'inventory_retrieval'
|
||||
INVENTORY = 'inventory-retrieval'
|
||||
|
||||
identity :id, :aliases => "JobId"
|
||||
attribute :action, :aliases => "Action"
|
||||
|
|
Loading…
Reference in a new issue