-
Notifications
You must be signed in to change notification settings - Fork 492
Closed
Description
Looks like they are a couple potential bugs in version 0.5.0-dev:
1/ In getResponse() line 1776: there is a missing S3:: in front of the second set of $proxy['user'] and $proxy['pass']
if (isset(S3::$proxy['user'], S3::$proxy['pass']) && $proxy['user'] != null && $proxy['pass'] != null)
2/ $rest->headers is used in static functions, but $headers is private in S3Request
3/ Line 731, $uri is undefined in:
self::__triggerError(sprintf("S3::setBucketLogging({$bucket}, {$uri}): [%s] %s",
Great class otherwise - thanks!
Metadata
Metadata
Assignees
Labels
No labels