PHP Fatal error occurred: Uncaught Guzzle\Service\Exception\ValidationException: Validation errors:
[Key] is a required string in lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php:357
Stack trace:
#0 /lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php(236): Guzzle\Service\Command\AbstractCommand->validate()
#1 /lib/amazon/guzzle/guzzle/src/Guzzle/Service/Client.php(205): Guzzle\Service\Command\AbstractCommand->prepare()
#2 /lib/amazon/guzzle/guzzle/src/Guzzle/Service/Client.php(136): Guzzle\Service\Client->prepareCommand(Object(Aws\S3\Command\S3Command))
#3 /lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/Abst in /lib/amazon/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php on line 357.
我正在向亚马逊s3执行块上传。上传时,其他存储桶中不会出现此问题。我搜索但没有得到适当的解决方案。 任何人都可以帮我解决这个问题吗?