Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob Archiver doesn't appear to work with s3 #35

Open
paranoiacblack opened this issue Oct 17, 2024 · 0 comments
Open

Blob Archiver doesn't appear to work with s3 #35

paranoiacblack opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@paranoiacblack
Copy link

paranoiacblack commented Oct 17, 2024

It seems like the blob-archiver tool has issues when running with BLOB_ARCHIVER_DATA_STORE set to "s3". After setting the endpoint with BLOB_ARCHIVER_S3_ENDPOINT pointing to my s3 URL/bucket (with the HTTPS:// prefix removed), I got

failed to setup: config check failed: storage config check failed: s3 config check failed: s3 bucket must be set

which led me to set the hidden flag BLOB_ARCHIVER_S3_BUCKET with my bucket name, explicitly, alongside the endpoint. Now the current error is something I'm unable to debug:

failed to setup: client is not active

I don't know what client this is referring to, but I'm assuming it's the storage client related to s3.

Right now, it does not seem like there's any way to get this set up for my team's infrastructure. Please help me debug this or suggest a workaround that can be used in the meantime.

@danyalprout danyalprout self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants