Enum UrlSigner.UrlStyle (3.6.0)

public enum UrlStyle

Specifies the style of the signed URL to be generated.

Namespace

Google.Cloud.Storage.V1

Assembly

Google.Cloud.Storage.V1.dll

Fields

NameDescription
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.