gavinchou commented on code in PR #66350:
URL: https://github.com/apache/doris/pull/66350#discussion_r3768462033
##########
common/cpp/client/azure_obj_storage_client.h:
##########
@@ -53,18 +90,34 @@ class AzureObjStorageClient final : public ObjStorageClient
{
ObjectStorageResponse get_object(const ObjectStoragePathOptions& opts,
void* buffer,
size_t offset, size_t bytes_read,
size_t* size_return) override;
- ObjectStorageResponse list_objects(const ObjectStoragePathOptions& opts,
- std::vector<FileInfo>* files) override;
ObjectStorageResponse delete_objects(const ObjectStoragePathOptions& opts,
std::vector<std::string> objs)
override;
ObjectStorageResponse delete_object(const ObjectStoragePathOptions& opts)
override;
- ObjectStorageResponse delete_objects_recursively(const
ObjectStoragePathOptions& opts) override;
std::string generate_presigned_url(const ObjectStoragePathOptions& opts,
- int64_t expiration_secs, const
S3ClientConf& conf) override;
+ int64_t expiration_secs) override;
+ ObjectStorageResponse get_life_cycle(const std::string& bucket,
Review Comment:
namin lifecycle
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]