public enum UrlSigner.UrlStyle
Reference 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
GoogleGoogle.CloudGoogle.Cloud.StorageV1Assembly
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. |