CANedge2 Docs, Release FW 01.04.02
Configuration file fields
This section is autogenerated from the Rule Schema file.
Error:
Unable to execute python code at s3.rst:17:
‘NoneType’ object is not iterable
Configuration explained
This section contains additional information and examples.
Request-style
S3 supports two different request styles
path
and
virtual hosted
. The device supports both styles.
With the virtual hosted style, the subdomain is specific to the bucket, which makes it possible to use
DNS to map a specific bucket to an IP address.
Warning:
Some S3 servers may only support one of the two request formats.
Path-style http header example:
GET /[BUCKET_NAME]/[OBJECT_NAME] HTTP/1.1
Host: [DOMAIN]
...
Virtual hosted-style http header example:
GET /[OBJECT_NAME] HTTP/1.1
Host: [BUCKET_NAME].[DOMAIN]
...
0.4. Configuration
45
Содержание CANedge1
Страница 1: ...CANedge2 Docs Release FW 01 04 02 Mar 31 2021...
Страница 2: ......
Страница 4: ...ii...