You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,17 @@ The official PHP library used for interacting with the BunnyCDN Storage API.
6
6
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.
7
7
8
8
```
9
-
$bunnyCDNStorage = new BunnyCDNStorage("storagezonename", "MyAccessKey");
9
+
$bunnyCDNStorage = new BunnyCDNStorage("storagezonename", "MyAccessKey", "sg");
10
10
```
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)
0 commit comments