You've already forked minio-cookbook
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:
committed by
Harshavardhana
parent
c1ee1be820
commit
1b1d0fb757
@@ -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
|
||||
|
Reference in New Issue
Block a user