1
0
mirror of https://github.com/astaxie/cookbook.git synced 2025-08-08 09:42:04 +03:00

Doc: This patch will modify aws-sdk-go example and fix typos from aws-sdk-php doc. (#69)

This commit is contained in:
koolhead17
2016-08-17 15:38:21 -07:00
committed by Harshavardhana
parent c1ee1be820
commit 1b1d0fb757
4 changed files with 107 additions and 104 deletions

View File

@@ -16,7 +16,7 @@ Install `aws-sdk-php` from AWS SDK for PHP official docs [here](https://docs.aws
Please replace ``endpoint``,``credentials``, ``Bucket`` with your local setup in this ``example.php`` file.
List all buckets on Minio server using aws-sdk-php.
Example below shows putObject and getObject operations on Minio server using aws-sdk-php.
```php
@@ -58,7 +58,7 @@ echo $retrive['Body'];
```
## 3. Run the Program
## 4. Run the Program
```sh
$ php example.php