Google Cloud Storage v1 API - Enum UrlSigner.UrlStyle (4.10.0)

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

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.