public enum UrlSigner.UrlStyleReference documentation and code samples for the Google Cloud Storage v1 API enum UrlSigner.UrlStyle.
Specifies the style of the signed URL to be generated.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Fields |
|
|---|---|
| Name | Description |
BucketBoundHostname |
The signed URL will be generated using a client code provided host that is associated to the given bucket: https://mydomain.tld/my-object. |
PathStyle |
The signed URL will be generated using the Path style: https://storage.googleapis.com/mybucket/myobject. |
VirtualHostedStyle |
The signed URL will be generated using the Virtual-Hosted style: https://mybucket.storage.googleapis.com/myobject. |