mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-20 21:33:43 -07:00
Update README.md
This commit is contained in:
parent
0c1c1dc626
commit
8627390a72
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
|
|||
|
||||
|
||||
|
||||
### Connecting:
|
||||
### Connecting
|
||||
```php
|
||||
require_once("spaces.php");
|
||||
|
||||
|
@ -13,5 +13,5 @@ $secret = "EXAMPLE_SECRET";
|
|||
$space = new SpacesConnect($key, $secret);
|
||||
```
|
||||
|
||||
All available configurations: <br>
|
||||
SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );
|
||||
All available configurations:
|
||||
###### SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue