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,