Google Cloud Storage C++ Client
1.42.0
A C++ Client Library for Google Cloud Storage
|
Indicate that the bucket should be a part of hostname in the URL. More...
#include <google/cloud/storage/signed_url_options.h>
Public Member Functions | |
VirtualHostname ()=default | |
Static Public Member Functions | |
static char const * | option_name () |
Indicate that the bucket should be a part of hostname in the URL.
If this option is set, the resulting URL is in the format: 'https://mybucket.storage.googleapis.com'. Otherwise, it is in the format: 'https://storage.googleapis.com/mybucket'
Definition at line 219 of file signed_url_options.h.
|
default |
|
inlinestatic |
Definition at line 224 of file signed_url_options.h.