Fix S3BlobStoreEndpoint::getURLFormat
This commit is contained in:
parent
b10ea7677e
commit
4666f59c4c
|
@ -116,7 +116,8 @@ public:
|
|||
const char* resource = "";
|
||||
if (withResource)
|
||||
resource = "<name>";
|
||||
return format("blobstore://[<api_key>:<secret>]@<host>[:<port>]/%s[?<param>=<value>[&<param>=<value>]...]", resource);
|
||||
return format("blobstore://[<api_key>:<secret>@]<host>[:<port>]/%s[?<param>=<value>[&<param>=<value>]...]",
|
||||
resource);
|
||||
}
|
||||
|
||||
typedef std::map<std::string, std::string> ParametersT;
|
||||
|
|
Loading…
Reference in New Issue