Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade 8.34 to 8.35 DynamoDB from EC2 Role Errors #36819

Closed
emkcloud opened this issue Mar 30, 2021 · 6 comments
Closed

Upgrade 8.34 to 8.35 DynamoDB from EC2 Role Errors #36819

emkcloud opened this issue Mar 30, 2021 · 6 comments
Labels

Comments

@emkcloud
Copy link

  • Laravel Version: 8.35.0
  • PHP Version: 7.4.3
  • Database Driver & Version: MYSQL 5.7

Description: After upgrade Laravel Framework to 8.35 with composer update i receive this errors

Credentials must be an instance of Aws\Credentials\CredentialsInterface, an associative array that contains "key", "secret", and an optional "token" key-value pairs, a credentials provider function, or false.

Steps To Reproduce: If return version 8.34 is normal, my application not have problem...

schermata

@driesvints
Copy link
Member

We'll need a lot more info here. Please share how you're using dynamodb and what your database config file looks like.

@emkcloud
Copy link
Author

cache.php

image

With 8.34 no problem, after update 8.35 my home page receive this error..
The value for Array KEY & SECRET has un null value because i use ROLE EC2 no API KEY

trace

@driesvints
Copy link
Member

What version of aws-sdk are you running?

@emkcloud
Copy link
Author

emkcloud commented Mar 30, 2021

aws/aws-sdk-php 3.176.4 AWS SDK for PHP - Use Amazon Web Services in your P...
aws/aws-sdk-php-laravel 3.6.0 A simple Laravel 5/6/7/8 service provider for inclu...
league/flysystem-aws-s3-v3 1.0.29 Flysystem adapter for the AWS S3 SDK v3.x

@driesvints
Copy link
Member

driesvints commented Mar 30, 2021

I see the issue now. I'll send in a fix for this. Sorry this has caused you troubles.

@driesvints
Copy link
Member

#36822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants