EasyManua.ls Logo

CSS CANedge2 - Page 49

CSS CANedge2
66 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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