Skip to content

A couple bugs #30

@atellier

Description

@atellier

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions