auto-create IA buckets
Needs my patch to aws which will hopefully be accepted soon.
This commit is contained in:
parent
445f04472c
commit
5fc54cb182
2 changed files with 9 additions and 9 deletions
|
@ -235,7 +235,7 @@ getRepoInfo :: Maybe Remote.Remote -> Maybe Remote.RemoteConfig -> Widget
|
|||
getRepoInfo (Just r) (Just c) = case M.lookup "type" c of
|
||||
Just "S3"
|
||||
#ifdef WITH_S3
|
||||
| S3.isIA c -> IA.getRepoInfo c
|
||||
| S3.configIA c -> IA.getRepoInfo c
|
||||
#endif
|
||||
| otherwise -> AWS.getRepoInfo c
|
||||
Just t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue