Unable to Use S3 Backing Store for Container Registry

Hi,

I am unable to change the container registry backing store to s3 without causing a 500 error in the dashboard. I am running Gitlab CE 8.9.6-ce.0. This is a fresh omnibus installation on Ubuntu 14.04.

I followed the documentation and changed the following lines in gitlab.rb: registry['storage'] = { 's3' => { 'accesskey' => 'AKIAKIAKI', 'secretkey' => 'secret123', 'bucket' => 'aa-gitlab-registry' } } If I then visit the registry tab in any project I receive a 500 error. Sentry picked up the following error "Faraday::Connection Failed".

I have reverted to the file system backing store for now, and do not get the error.

Let me know if any other information is needed. Any help would be great. Thanks