Skip to content

Instantly share code, notes, and snippets.

@basz
Created February 19, 2015 07:58
Show Gist options
  • Select an option

  • Save basz/eef7a8ea271addaf0739 to your computer and use it in GitHub Desktop.

Select an option

Save basz/eef7a8ea271addaf0739 to your computer and use it in GitHub Desktop.
<?php
return [
'bsb_flysystem' => [
'adapters' => [
'rackspace->order' => [
'type' => 'rackspace',
'options' => [
'url' => \OpenCloud\Rackspace::US_IDENTITY_ENDPOINT,
'secret' => [
'username' => "username",
'password' => "password",
],
'objectstore' => [
'name' => 'cloudFiles',
'region' => 'LON',
'url_type' => 'publicURL',
'container' => 'container-name'
],
'prefix' => 'prefix'
],
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment