什么是 "private Amazon CloudWatch URLs"?我需要 OpenSSL 用于 PHP 的 AWS 开发工具包吗?

What are "private Amazon CloudWatch URLs" & do I need OpenSSL for the AWS SDK for PHP?

AWS SDK for PHP getting started guide提到:

To use the AWS SDK for PHP, you must be using PHP version 5.5.0 or later with the SimpleXML PHP extension enabled. If you need to sign private Amazon CloudWatch URLs, you also need the OpenSSL PHP extension.

  1. 什么是 私有 Amazon CloudWatch URL
  2. 使用 PHP 的 AWS SDK 时是否需要 OpenSSL?

不幸的是,这看起来像是文档中的印刷错误,因为 私有 Amazon CloudWatch URL 不存在。

这可能意味着为私有分发签署 Amazon CloudFront URL,您可以找到更多关于 here & in specific to PHP, here

不 - 如果您不需要创建签名 URL,则在使用 PHP 的 AWS SDK 时不需要 OpenSSL PHP 扩展。