mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
adding redshift to service list
This commit is contained in:
parent
2649709ca5
commit
524798f067
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ module Fog
|
|||
service(:glacier, 'aws/glacier', 'Glacier')
|
||||
service(:iam, 'aws/iam', 'IAM')
|
||||
service(:rds, 'aws/rds', 'RDS')
|
||||
service(:redshift, 'aws/redshift', 'Redshift')
|
||||
service(:ses, 'aws/ses', 'SES')
|
||||
service(:simpledb, 'aws/simpledb', 'SimpleDB')
|
||||
service(:sns, 'aws/sns', 'SNS')
|
||||
|
|
Loading…
Reference in a new issue