mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-16 10:03:01 -07:00
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
aws | ||
LICENSE | ||
README.md | ||
spaces.php |
Spaces-API
An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
Connecting:
require_once("spaces.php");
$key = "EXAMPLE_KEY";
$secret = "EXAMPLE_SECRET";
$space = new SpacesConnect($key, $secret);
All available configurations: SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );