mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Correctly reference the default bucket for the release task (#9493)
The configuration is nested under options instead of config in the new aws_s3 library. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
db60725a02
commit
4b6d6275a4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ module.exports = function (grunt) {
|
|||
grunt.config('aws_s3.options', {
|
||||
accessKeyId: config.key,
|
||||
secretAccessKey: config.secret,
|
||||
bucket: config.bucket || grunt.config.get('aws_s3.config.bucket'),
|
||||
bucket: config.bucket || grunt.config.get('aws_s3.options.bucket'),
|
||||
region: config.region
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue