AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  System.ValueType
    System.Enum
      Amazon.FilePermission

Namespace: Amazon
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public enum FilePermission

The FilePermission type exposes the following members

Members

NameDescription
Enum UNRESTRICTED

Does not set any file or directory permissions, relying on the system's default umask.

Enum 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.

Version Information

.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