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.
Controls how the SDK sets file permissions on cache files it writes on Unix and macOS platforms.
Namespace: Amazon
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public enum FilePermission
The FilePermission type exposes the following members
| Name | Description | |
|---|---|---|
|
UNRESTRICTED |
Does not set any file or directory permissions, relying on the system's default umask. |
|
USER_READ_WRITE |
Sets file permissions to owner read/write only (0600) and directory permissions to owner only (0700) when creating new cache files and directories. Existing files and directories are not modified. |
.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