Skip to content

Commit

Permalink
Add Amazon object storage automation model
Browse files Browse the repository at this point in the history
Automation service model required for Amazon object storage manager.
  • Loading branch information
aiperon committed Jan 18, 2017
1 parent e12b361 commit 3439900
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module MiqAeMethodService
class MiqAeServiceManageIQ_Providers_Amazon_StorageManager_S3 < MiqAeServiceManageIQ_Providers_StorageManager
expose :parent_manager, :association => true
expose :cloud_object_store_containers, :association => true
expose :cloud_object_store_objects, :association => true
end
end

0 comments on commit 3439900

Please sign in to comment.