-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
S3 causes an issue when no hostname is set. #45637
Comments
I guess we need a isset check. |
Our integration tests didn't catch it I guess because we test against Minio with a Fix pending in #45649. Thanks for reporting @thelfensdrfer. If you are able, appreciate a test of the fix in your environment. |
We are on 29.0.1 too and are having the same problem. We can't do a clean install, unfortunately, but I was able to manually patch the file in question the same way as in the PR above and the error messages stopped. |
server/lib/private/Files/ObjectStore/S3ConnectionTrait.php
Line 74 in 3bb0c9b
But according to the docs, a hostname doesn't have to be set.
Message in the log:
Undefined array key "hostname" at /var/www/html/lib/private/Files/ObjectStore/S3ConnectionTrait.php#74
Version: 29.0.1
The text was updated successfully, but these errors were encountered: