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 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
The text was updated successfully, but these errors were encountered:
rmittal87
changed the title
Unable to integrate S3 bucket in quetz deployemt
Unable to integrate S3 Bucket in Quetz deployment
Dec 1, 2023
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 .
When I enter bucket name in bucket_prefix option, I get the following error
--
My question is where do we specify bucket name. In case we need multiple channels, how to specify multiple bucket names
The text was updated successfully, but these errors were encountered: