Table of Contents

Enum Protocol

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

An enumeration of all protocols that the pre-signed URL can be created against.

public enum Protocol

Fields

HTTP = 1

http protocol will be used in the pre-signed URL.

HTTPS = 0

https protocol will be used in the pre-signed URL.