Re: Gitlab Docker Registry fails using AWS S3 as backend

2017-12-13 Thread Asier Gomez
I just solved the problem adding a file to the S3 bucket. The problem is that it was a Bug when the S3 bucket is empty, so adding any file to the bucket, the registry works. Then I remove the file and it works perfectly. El jueves, 30 de noviembre de 2017, 9:12:39 (UTC+1), Asier Gomez escribió:

Gitlab Docker Registry fails using AWS S3 as backend

2017-11-30 Thread Asier Gomez
I am trying to configure Gitlab Registry to use AWS S3 as backend to store Docker images. I have configure like this: registry['storage'] = { 's3' => { 'accesskey' => 'ABCABCABC', 'secretkey' => 'ABsndjsjdSJSJ', 'bucket' => 'gitlab-registry', 'region' => 'eu-west-1' }