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
Update README and composer manifest
  • Loading branch information
mmazer committed Feb 16, 2018
commit 3ea590282c658c49b8eefd8c19496681bd8f2989
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