Skip to content

Instantly share code, notes, and snippets.

@mudone
mudone / gist:3c6428a6bfb3728ba047f5f59bfd145c
Created January 18, 2017 03:28
OVH Cloud Storage Api Error
This is my PHP Code:
=================================================================
<?php
require 'vendor/autoload.php';
use OpenCloud\OpenStack;
//https://storage.bhs1.cloud.ovh.net/v1/AUTH_ad412206eda94f58a291ba2706b8c3cf/gifpik
//ad412206eda94f58a291ba2706b8c3cf
$client = new OpenStack('https://auth.cloud.ovh.net/v2.0', array(
#!/bin/sh
# This script will be executed after commit in placed in .git/hooks/post-commit
# Semantic Versioning 2.0.0 guideline
#
# Given a version number MAJOR.MINOR.PATCH, increment the:
# MAJOR version when you make incompatible API changes,
# MINOR version when you add functionality in a backwards-compatible manner, and
# PATCH version when you make backwards-compatible bug fixes.