laravel与Amazon AWS的连接错误指定的密钥不存在

时间:2019-05-22 10:26:46

标签: php laravel amazon-web-services

我尝试使用laravel连接到amazone,这是代码:

$s3 = AwsFacade:: createClient('s3');
        $s3->getObject(array(
            'Bucket' => 'MyBucket',
            'secret'    => 'MySecretKey',
            'Key'    => 'MyKey',
        ));

我有这个错误:

NoSuchKey (client): The specified key does not exist.

我尝试删除秘密密钥或更改密钥,但是存在相同的问题

0 个答案:

没有答案