Skip to content

Commit

Permalink
(1) Added Cloud to ObjectStore; (2) updated CloudBridge dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jul 22, 2017
1 parent aaad001 commit 55c976c
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/__init__.py
Expand Up @@ -110,7 +110,7 @@ def check_azure_storage( self ):
return 'azure_blob' in self.object_stores

def check_cloudbridge( self ):
return 's3' in self.object_stores
return 'cloud' in self.object_stores

def check_kamaki(self):
return 'pithos' in self.object_stores
Expand Down

0 comments on commit 55c976c

Please sign in to comment.