You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the S3 connector with Onyx to index documents from an Amazon S3 bucket. Indexing works fine, but when I try to access a linked document, I get an error. The document itself is accessible if I open it directly from the bucket (public access is enabled), so this doesn’t seem to be a permission issue.
Is there something wrong with how the S3 link is being generated? Should the connector explicitly address the bucket when generating the document URL?
Here’s the error message I get:
PermanentRedirect
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.
debitorlieferscheine.s3.eu-north-1.amazonaws.com
debitorlieferscheine
955X3QG2BQC2B0YR
8ytj/rETMUCPehKXmWIDa2ffHLYTmA2/fMOo5NldKUclbg8NuCFMnlnsvHzDd9DEWxPP56EvR3E=
The text was updated successfully, but these errors were encountered:
S3 now enforces region‑specific endpoints. The bucket debitorlieferscheine lives in eu‑north‑1, but the connector builds URLs that point to the default s3.amazonaws.com (us‑east‑1). Hitting such a URL returns a PermanentRedirect to debitorlieferscheine.s3.eu-north-1.amazonaws.com.
I’m using the S3 connector with Onyx to index documents from an Amazon S3 bucket. Indexing works fine, but when I try to access a linked document, I get an error. The document itself is accessible if I open it directly from the bucket (public access is enabled), so this doesn’t seem to be a permission issue.
Is there something wrong with how the S3 link is being generated? Should the connector explicitly address the bucket when generating the document URL?
Here’s the error message I get:
PermanentRedirect
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.
debitorlieferscheine.s3.eu-north-1.amazonaws.com
debitorlieferscheine
955X3QG2BQC2B0YR
8ytj/rETMUCPehKXmWIDa2ffHLYTmA2/fMOo5NldKUclbg8NuCFMnlnsvHzDd9DEWxPP56EvR3E=
The text was updated successfully, but these errors were encountered: