Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须将 AWS S3 C++ SDK 设置为使用 signature_v2,我知道如何在 PHP SDK 中设置它,但我没有在 C++ SDK 中找到该方法。有人知道吗,谢谢!
Signature 版本 2 已被弃用,取而代之的是更安全的版本 4。我们不支持它,其他 sdk 支持它的唯一原因是为了向后兼容。对于 Amazon S3,您可以关闭 v4 的正文签名。这是 C++ SDK 中 S3 客户端的默认选项。