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

[5.8] Option to configure endpoint for DynamoDB #28600

Merged
merged 1 commit into from
May 24, 2019
Merged

[5.8] Option to configure endpoint for DynamoDB #28600

merged 1 commit into from
May 24, 2019

Commits on May 24, 2019

  1. Option to configure endpoint for DynamoDB

    This commit adds the option to configure the DynamoDBClient that is used for cache
    This is done by passing the `endpoint` propery in the config for cache stores.
    When passing `null` or not passing the propery at all the default AWS endpoint is used.
    
    This solves laravel/ideas#1654
    hmazter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    cc90f67 View commit details
    Browse the repository at this point in the history