An enumeration of all protocols that the pre-signed
URL can be created against.
Namespace: Amazon.S3.ModelAssembly: 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
| Member | Value | Description |
|---|---|---|
| HTTPS | 0 |
https protocol will be used in the pre-signed URL.
|
| HTTP | 1 |
http protocol will be used in the pre-signed URL.
|