2016-12-27 3 views

답변

1

PHP v3 용 AWS SDK를 사용하고 있고 PHP v2 용 AWS SDK 용 코드를 실행하려고합니다. Aws\Common\Aws 대신 Aws\Sdk을 사용해야합니다.

From Version 3 of the SDK

Key differences:

Use the Aws\Sdk class instead of Aws\Common\Aws.

No configuration file. Use an array for configuration instead.

The 'version' option is required during instantiation.

Use the create() methods instead of get('').

:

AWS 버전은 버전 2 및 3 사이의 차이점을 강조 이전 가이드를 제공한다