From 085878323cb82810bc2cd3f00ce925bb49c70156 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 7 Nov 2016 21:26:58 +0000 Subject: Bug 1315326 - Add dependencies for Amazon S3 storage to Makefile.PL and META.* --- Bugzilla/Install/Requirements.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Install') 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 { -- cgit v1.2.3-24-g4f1b