From 00be9c26bba104ed49e86179dabb9fee2285b62a Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Fri, 15 Apr 2016 10:46:22 +0200 Subject: [PATCH] Remove S3 prefix --- config/deploy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config/deploy.js b/config/deploy.js index 03985026..6e608fe4 100644 --- a/config/deploy.js +++ b/config/deploy.js @@ -12,7 +12,6 @@ module.exports = function(deployTarget) { keyPrefix: 'travis:index' }, s3: { - prefix: 'travis', bucket: 'travis-web-production-next', region: 'eu-west-1' }