07 February 2019 - Processing Region Automatic Select
almost 6 years ago by Encoding.com Product Team
We will parse region from specific s3 source and then set it as the processing region for the media.
For example, if https://bucket.s3-us-west-1.amazonaws.com/path/to/source
is specified, we will use us-west-1 (US - Northern California) region.
There are several conditions for this feature:
- Automatic region select will be avoided if you specify parameter in your request.
- If you're using Reserved Cloud Instances automatic region select will not be used. We will process media in region of your Reserved Instances.
- If you specified multiple sources we will use the region from the first Amazon S3 source. In case that first source isn't S3 we will process your media in default region.
<?xml version="1.0"?>
<query>
<userid><<id>></userid>
<userkey><<key>></userkey>
<action>[Action]</action>
<source>[S3SourceFile1]</source>
<source>[SourceFile2]</source>
<!-- Multiple sources -->
<source>[SourceFileN]</source>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"mediaid": "[MediaID]",
"source": [
"[S3SourceFile1]",
"[SourceFile2]",
"[SourceFileN]"
]
}
}