Ghawady Ehmaid
12/06/2022, 6:46 PMForbidden
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