diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
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 { |