Commit d6a45716323e8199361bbf3d0339f76ea1a7ac25

Authored by Jacob Vosmaer
1 parent 0b3b615a

Warn about the need for custom packages for S3

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -285,6 +285,8 @@ redis['gid'] = 1236 @@ -285,6 +285,8 @@ redis['gid'] = 1236
285 Instead of using local storage you can also store the user attachments for your 285 Instead of using local storage you can also store the user attachments for your
286 GitLab instance on Amazon S3. 286 GitLab instance on Amazon S3.
287 287
  288 +__This currently only works if you are packaging a forked version of GitLab.__
  289 +
288 ``` 290 ```
289 # /etc/gitlab/gitlab.rb 291 # /etc/gitlab/gitlab.rb
290 gitlab_rails['aws_enable'] = true 292 gitlab_rails['aws_enable'] = true