kibana/tasks/config/s3.js

10 lines
159 B
JavaScript
Raw Normal View History

module.exports = function () {
2014-10-04 02:26:05 +02:00
return {
release: {
2015-03-31 00:06:03 +02:00
bucket: 'download.elasticsearch.org',
2014-10-04 02:26:05 +02:00
access: 'private',
debug: false
2014-10-04 02:26:05 +02:00
}
};
};