Skip to content

Commit

Permalink
feat(amazon): remove s3 as store type option for baking (#7035)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 21, 2019
1 parent 8982b34 commit a2a3bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = angular
baseOsOptions: BakeryReader.getBaseOsOptions('aws'),
baseLabelOptions: BakeryReader.getBaseLabelOptions(),
vmTypes: ['hvm', 'pv'],
storeTypes: ['ebs', 's3', 'docker'],
storeTypes: ['ebs', 'docker'],
}).then(function(results) {
$scope.regions = results.regions;
$scope.vmTypes = results.vmTypes;
Expand Down

0 comments on commit a2a3bbb

Please sign in to comment.