Table of Contents

Class CORSConfiguration

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

A collection of up to 100 cross-origin resource sharing (CORS) rules.

public class CORSConfiguration
Inheritance
CORSConfiguration
Inherited Members

Constructors

CORSConfiguration()

public CORSConfiguration()

Properties

Rules

The collection of rules in this configuration.

public List<CORSRule> Rules { get; set; }

Property Value

List<CORSRule>