This commit is contained in:
Nikita Mikhaylov 2021-03-26 18:44:15 +03:00
parent b05b720935
commit 3ab17233cf
2 changed files with 1 additions and 7 deletions

View File

@ -226,11 +226,6 @@ Strings StorageS3::listFilesWithRegexpMatching(Aws::S3::S3Client & client, const
}
Aws::S3::Model::ListObjectsV2Request request;
std::cout << "Will list objects: " << std::endl;
std::cout << globbed_uri.bucket << std::endl;
std::cout << key_prefix << std::endl;
request.SetBucket(globbed_uri.bucket);
request.SetPrefix(key_prefix);

View File

@ -20,5 +20,4 @@
</shard>
</cluster_simple>s
</remote_servers>
</yandex>
</remote_servers>