Skip to content

Commit 412bc29

Browse files
committed
include header file
1 parent 04a70b3 commit 412bc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IO/S3/URI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ struct URI
4040
void addRegionToURI(const std::string & region);
4141

4242
static void validateBucket(const std::string & bucket, const Poco::URI & uri);
43+
static void validateKey(const std::string & key, const Poco::URI & uri);
4344

4445
private:
4546
std::pair<std::string, std::optional<std::string>> getURIAndArchivePattern(const std::string & source);

0 commit comments

Comments
 (0)