Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This is a fork of tpyo’s php class for Amazon's s3 API <https://github.com/tpyo/amazon-s3-php-class>

# Amazon S3 PHP Class

## Usage
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "tpyo/amazon-s3-php-class",
"name": "freshbooks/amazon-s3-php-class",
"description": "A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.",
"type": "library",
"homepage": "https://github.com/tpyo/amazon-s3-php-class",
"homepage": "https://github.com/freshbooks/amazon-s3-php-class",
"license": "BSD-2-Clause",
"authors": [
{
Expand Down