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

[7.x] Fix S3 endpoint url reference #1076

Merged
merged 1 commit into from
May 14, 2020
Merged

[7.x] Fix S3 endpoint url reference #1076

merged 1 commit into from
May 14, 2020

Conversation

xknown
Copy link
Contributor

@xknown xknown commented May 14, 2020

AWS SDK doesn't really support the url config option, it needs to pass the endpoint option instead (https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#endpoint).

Related changes from upstream

This should fix the case where people try to use a S3 compatible service with the default configuration provided by the lumen framework. Otherwise, one needs to add a custom ServiceProvider that uses the appropriate config options.

AWS SDK doesn't really support the `url` config option, it needs to pass the `endpoint` option instead (https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html#endpoint).

Related changes from upstream
- laravel/laravel#5267
- laravel/laravel#5276
@taylorotwell taylorotwell merged commit 4ef099d into laravel:7.x May 14, 2020
@GrahamCampbell GrahamCampbell changed the title Fix S3 endpoint url reference [7.x] Fix S3 endpoint url reference May 14, 2020
@xknown xknown deleted the patch-1 branch May 15, 2020 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants