C# 클래스 Amazon.S3.AmazonS3Config

Configuration for Amazon S3 Client.
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AmazonS3Config ( ) : System

Default constructor

Validate ( ) : void

Validate that the config object is properly configured.

보호된 메소드들

메소드 설명
Initialize ( ) : void

This method contains custom initializations for the config object.

메소드 상세

AmazonS3Config() 공개 메소드

Default constructor
public AmazonS3Config ( ) : System
리턴 System

Initialize() 보호된 메소드

This method contains custom initializations for the config object.
protected Initialize ( ) : void
리턴 void

Validate() 공개 메소드

Validate that the config object is properly configured.
public Validate ( ) : void
리턴 void