The open source version of the AWS SDK for PHP developer Guide. You can submit feedback & requests for changes by submitting issues in this repo or by making proposed changes & submitting a pull request.
Description of changes:
Current code sample for the AssumeRoleCredentialProvider is using the InstanceProfileProvider and AssumeRoleCredentialProvider classes without including the corresponding namespaces, attempting to run the code as-is results in a 'Class not found' error.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes: Current code sample for the AssumeRoleCredentialProvider is using the
InstanceProfileProvider
andAssumeRoleCredentialProvider
classes without including the corresponding namespaces, attempting to run the code as-is results in a 'Class not found' error.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.