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

Unable to integrate S3 Bucket in Quetz deployment #676

Closed
rmittal87 opened this issue Dec 1, 2023 · 2 comments
Closed

Unable to integrate S3 Bucket in Quetz deployment #676

rmittal87 opened this issue Dec 1, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@rmittal87
Copy link

Hi Team,

I am doing quetz deployment on Kubernetes using helm charts, Trying to integrate S3 bucket for channels.
In my config.toml file I have specified URL for the S3 but dont know where to specify the bucket name.
I am able to deploy quetz successfully, but unable to create any channel .

    access_key = "<somevalue>"
    secret_key = "<somevalue>"
    url = "URL of the S3"
    region = "<region>"
    bucket_prefix=".." < don't know exactly what will come in prefix and suffix>
    bucket_suffix=".."__

When I enter bucket name in bucket_prefix option, I get the following error


error_wrapper(
  File "/base-env/lib/python3.8/site-packages/s3fs/core.py", line 140, in _error_wrapper
    raise err
OSError: [Errno 22] The specified bucket is not valid.

--
My question is where do we specify bucket name. In case we need multiple channels, how to specify multiple bucket names

@rmittal87 rmittal87 changed the title Unable to integrate S3 bucket in quetz deployemt Unable to integrate S3 Bucket in Quetz deployment Dec 1, 2023
@ivergara
Copy link
Collaborator

ivergara commented Dec 1, 2023

See #673 probably that is your issue. You'll have to wait until that gets solved.

@ivergara ivergara added the bug Something isn't working label Dec 1, 2023
@ivergara
Copy link
Collaborator

ivergara commented Dec 5, 2023

#673 got merged to main and a new release is available. Closing this.

@ivergara ivergara closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants