Skip to content

Commit 8cb7296

Browse files
authoredAug 4, 2020
Update README.md
1 parent 8734621 commit 8cb7296

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ The official PHP library used for interacting with the BunnyCDN Storage API.
66
The storage library is very simple to use. First, create the basic BunnyCDNStorage object with the authentication details. It's the basic object for interaction with the API.
77

88
```
9-
$bunnyCDNStorage = new BunnyCDNStorage("storagezonename", "MyAccessKey");
9+
$bunnyCDNStorage = new BunnyCDNStorage("storagezonename", "MyAccessKey", "sg");
1010
```
11+
12+
The BunnyCDNStorage constructor takes the following parameters:
13+
- **storageZoneName** - The name of your storage zone
14+
- **apiAccessKey** - The API access key (password)
15+
- **storageZoneRegion** - The storage zone region code (de, ny, or sg)
16+
17+
18+
### Navigation:
19+
1120
- [Upload](#uploading-objects)
1221
- [List](#listing-objects)
1322
- [Download](#downloading-objects)

0 commit comments

Comments
 (0)
Please sign in to comment.