Hi, I am trying to store rasa trained models to minio server which is amazon s3 compliant. Is it possible to do so? May be not out of the box but can I write custom code to store do so.
1 Like
Hi @raranjan, have you tried following the instructions on Cloud Storage?
You mention your minio server is s3-compliant, so I would guess you could use the same approach there
Tried by giving env variable
AWS_SECRET_ACCESS_KEY
AWS_ACCESS_KEY_ID
AWS_DEFAULT_REGION
BUCKET_NAME
AWS_ENDPOINT_URL
but getting a error
botocore.exceptions.ClientError: An error occurred (404) when calling the HeadObject operation: Not Found
while running
rasa run --enable-api --log-file out.log --cors --endpoints endpoints.yml --remote-storage aws
upload a model models.tar.gz to bucket and worked, but not storing the trained model to bucket, is there any special configuration needed for storing model to bucket
Did you manage to make it working without initial model upload?
no