Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codedominators/amazon-s3-php-class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tpyo/amazon-s3-php-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 2 files changed
  • 5 contributors

Commits on Nov 8, 2015

  1. Case in-sensitive header compare

    From RFC 2616 - "Hypertext Transfer Protocol -- HTTP/1.1", Section 4.2, "Message Headers":
    > Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive.
    The updating RFC 7230 does not list any changes from RFC 2616 at this part.
    ad-m committed Nov 8, 2015
    Configuration menu
    Copy the full SHA
    1aaf151 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    32afaa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    0fc2815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6eda4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Using regular expression to parse region from endpoint if not specific

    region.
    fixed putBucket bugs.
    racklin committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    4ff3b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca1de2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Fixes some minor bugs

    Signed-off-by: Rack Lin <[email protected]>
    racklin committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    334ff8f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Bug fixes / code cleanup

    tpyo authored May 5, 2019
    Configuration menu
    Copy the full SHA
    3a8ac22 View commit details
    Browse the repository at this point in the history
  2. Remove function from README

    tpyo authored May 5, 2019
    Configuration menu
    Copy the full SHA
    cfaab91 View commit details
    Browse the repository at this point in the history
  3. Remove function from example

    tpyo authored May 5, 2019
    Configuration menu
    Copy the full SHA
    bf8abcb View commit details
    Browse the repository at this point in the history
  4. Merge pull request tpyo#128 from racklin/sign_v4

    Add AWS v4 signature support
    tpyo authored May 5, 2019
    Configuration menu
    Copy the full SHA
    3506fdd View commit details
    Browse the repository at this point in the history
  5. Merge pull request tpyo#118 from ad-m/patch-1

    Case in-sensitive header comparision
    tpyo authored May 5, 2019
    Configuration menu
    Copy the full SHA
    62ae202 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. {} is deprecated, used [] instead

    Accessing string characters with {} is deprecated, use [] instead
    lucatacconi authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    221ad7f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Merge pull request tpyo#166 from lucatacconi/master

    {} is deprecated, used [] instead
    tpyo authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    81a35c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update S3.php

    fix deprecated issue in php 8.3.x 
    "Deprecated: Use of "self" in callables is deprecated"
    phpandrew authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2c1285d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Merge pull request tpyo#182 from phpandrew/phpandrew-patch-1

    Deprecated fix for php 8.3.x
    tpyo authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    f175a75 View commit details
    Browse the repository at this point in the history
Loading