How to use put request to load model from aws remote storage?

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"
}

You’ll find documentation on loading a model from AWS S3 here