Hello, I have seen posts here on using Minio for e...
# ask-for-help
g
Hello, I have seen posts here on using Minio for exporting bentos to s3, but could not find any raising an issue or showing how it is done in detail so need some help. I am stuck trying to figure out the right way to configure the minio url for exporting bentos to S3. I am getting
Forbidden
when running
bentoml export bento_tag s3:\\bucket\path
I know that the issue is related to
endpoint_url
as from debugging I can see that both
aws_access_key_id
aws_secret_access_key
are being set and read correctly from the environment variables as expected. Searching online I could not see a way to set the s3 endpoint url via environment variables available yet and I tried to create a config file as per the fsspec doc (which is the library used under the hood) with no luck. Is there an option to configure the right instance url via bentoml? https://github.com/fsspec/s3fs/issues/432 https://filesystem-spec.readthedocs.io/en/latest/features.html#configuration