summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-11-07 22:26:58 +0100
committerDylan William Hardison <dylan@hardison.net>2016-11-11 20:24:54 +0100
commit085878323cb82810bc2cd3f00ce925bb49c70156 (patch)
tree9a26386c90384b75d6b8eebab1f209ffb7759d35 /Bugzilla/Install
parent04e3d20ef470de50b17a6cdb4df13f990a27e11d (diff)
downloadbugzilla-085878323cb82810bc2cd3f00ce925bb49c70156.tar.gz
bugzilla-085878323cb82810bc2cd3f00ce925bb49c70156.tar.xz
Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.*
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 22cf146c5..da06ab70c 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -101,6 +101,7 @@ use constant FEATURE_FILES => (
markdown => ['Bugzilla/Markdown.pm'],
memcached => ['Bugzilla/Memcache.pm'],
auth_delegation => ['auth.cgi'],
+ s3 => ['Bugzilla/S3.pm', 'Bugzilla/S3/Bucket.pm', 'Bugzilla/Attachment/S3.pm']
);
sub load_cpan_meta {