AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Setting controls how your function accesses data from an Amazon S3 file system.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class S3FilesConfig
The S3FilesConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
S3FilesConfig() |
| Name | Type | Description | |
|---|---|---|---|
|
DirectS3Read | Amazon.Lambda.DirectS3Read |
Gets and sets the property DirectS3Read. Specifies if a function reads from the file system for the lowest latency, or through Amazon S3 Files feature "direct Amazon S3 bucket reads" for the highest throughput. Valid values:
To use direct reads, you must grant the execution role the |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer