Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
google::cloud::storage::BucketBoundHostname Struct Reference

Use domain-named bucket in a V4 signed URL. More...

#include <google/cloud/storage/signed_url_options.h>

Public Member Functions

 BucketBoundHostname ()=default
 

Static Public Member Functions

static char const * option_name ()
 

Detailed Description

Use domain-named bucket in a V4 signed URL.

The resulting URL will use the provided domain to address objects like this: 'https://mydomain.tld/my-object'

Constructor & Destructor Documentation

◆ BucketBoundHostname()

google::cloud::storage::BucketBoundHostname::BucketBoundHostname ( )
default

Member Function Documentation

◆ option_name()

static char const * google::cloud::storage::BucketBoundHostname::option_name ( )
inlinestatic