What should be these configurations for aws remote storage put request to load the new model
{
"model_file": "/absolute-path-to-models-directory/models/20190512.tar.gz",
"model_server": {
"url": "string",
"params": {},
"headers": {},
"basic_auth": {},
"token": "string",
"token_name": "string",
"wait_time_between_pulls": 0
},
"remote_storage": "aws"
}