EU docker registry

Hi all,

I’m trying to deploy Open WebUI to a Hugging Face Space in the EU region (both via Docker and Gradio). Every build fails with the same S3 registry error:

ERROR: operation error S3: GetObject, https response error StatusCode: 403
RequestID: W7FNTXFYHTVFK7ZS
HostID: VmNhxqLHlIHL5msg2MesJ+D0A91Ck5FsdLXsnlSr3BjYr2lE9mpe3vvb+MRNhMXcXcc6+FDLvBQ=
api error AccessDenied: User: arn:aws:iam::024313999899:user/docker-registry-prod-user 
is not authorized to perform: s3:ListBucket on resource: "arn:aws:s3:::spaces-registry-prod-eu" 
because no identity-based policy allows the s3:ListBucket action

However, building the exact same repo in US region seem to works fine. It looks like docker-registry-prod-user is missing permissions.

Any idea how to fix it?

Thanks,

1 Like

It doesn’t seem like there is a problem with the server as a whole, so it’s probably a configuration error or minor issue on Hugging Face’s end. @meganariley @hysts

Hi! Thanks for reporting. We’re taking a look and I’ll update you soon.

1 Like

Hi @gtani thanks for waiting! We fixed the S3 registry error and we’re sorry for any interruption.

The Space has now been rebuilt, but I wanted to mention there’s a new error related to the requirements for the app and you can check out the logs for more details.

Thanks again for reporting!!

1 Like

Thank you!