Skip to content

Commit 0e436d2

Browse files
committed
support signature version 4.
1 parent 45c9f91 commit 0e436d2

24 files changed

+2970
-1809
lines changed

sdk/CMakeLists.txt

Lines changed: 187 additions & 185 deletions
Large diffs are not rendered by default.

sdk/include/alibabacloud/oss/OssClient.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ namespace OSS
281281
/*Requests control*/
282282
void DisableRequest();
283283
void EnableRequest();
284+
285+
/*Others*/
286+
void SetRegion(const std::string& region);
287+
void SetCloudBoxId(const std::string& cloudboxId);
284288
protected:
285289
std::shared_ptr<OssClientImpl> client_;
286290
};

0 commit comments

Comments
 (0)