We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a70b3 commit 412bc29Copy full SHA for 412bc29
src/IO/S3/URI.h
@@ -40,6 +40,7 @@ struct URI
40
void addRegionToURI(const std::string & region);
41
42
static void validateBucket(const std::string & bucket, const Poco::URI & uri);
43
+ static void validateKey(const std::string & key, const Poco::URI & uri);
44
45
private:
46
std::pair<std::string, std::optional<std::string>> getURIAndArchivePattern(const std::string & source);
0 commit comments