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ó:
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'
}