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 was trying to run seldon-core packaged server and after wasting too much time providing the credentials mentioned at https://github.com/SeldonIO/seldon-core/blob/v1.1.0/doc/source/servers/overview.md , I was forced to read the storage.py documentation. There I found that AWS_ENDPOINT_URL isn't a required parameter 'S3_ENDPOINT' is. Please change the documentation or the code.
Thanks for opening the issue. Latest seldon core now uses a latter version of kfserving which renamed the variable, so the documentation for this version reflects this change
Describe the bug
I was trying to run seldon-core packaged server and after wasting too much time providing the credentials mentioned at https://github.com/SeldonIO/seldon-core/blob/v1.1.0/doc/source/servers/overview.md , I was forced to read the storage.py documentation. There I found that
AWS_ENDPOINT_URL
isn't a required parameter 'S3_ENDPOINT' is. Please change the documentation or the code.To reproduce
Run any custom seldon-core model using
https://github.com/SeldonIO/seldon-core/blob/v1.1.0/doc/source/servers/overview.md
Expected behaviour
the deployment should work
Environment
The text was updated successfully, but these errors were encountered: