Fixes comments.

This commit is contained in:
Vladimir Chebotarev 2022-06-23 09:55:00 +03:00 committed by GitHub
parent a5ee918bd2
commit e2cdaa795b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,6 @@ struct S3Capabilities
/// TODO: possibly we have to use Google SDK https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/storage /// TODO: possibly we have to use Google SDK https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/storage
/// because looks like it miss a lot of features like: /// because looks like it miss a lot of features like:
/// 1) batch delete /// 1) batch delete
/// 2) list_v2
/// 3) multipart upload works differently
bool support_batch_delete{true}; bool support_batch_delete{true};
/// Y.Cloud S3 implementation support proxy for connection /// Y.Cloud S3 implementation support proxy for connection