public enum 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. |