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

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum Protocol
Public Enumeration Protocol
public enum class Protocol

Members

MemberValueDescription
HTTPS0
https protocol will be used in the pre-signed URL.
HTTP1
http protocol will be used in the pre-signed URL.

See Also