Download the PHP package xtrcode/laravel-ovh-openstack-swift without Composer
On this page you can find all versions of the php package xtrcode/laravel-ovh-openstack-swift. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xtrcode/laravel-ovh-openstack-swift
More information about xtrcode/laravel-ovh-openstack-swift
Files in xtrcode/laravel-ovh-openstack-swift
Package laravel-ovh-openstack-swift
Short Description OVH Object & Block Storage driver for Laravel/Lumen for Laravel >=5.*
License MIT
Informations about the package laravel-ovh-openstack-swift
Laravel OVH Object & Block Storage (OpenStack Swift)
OVH Object & Block Storage driver for Laravel/Lumen.
Installation
Require the package with Composer:
Laravel
For Laravel 5.4 and lower, add the service provider to config/app.php
:
Lumen
Add the service provider to bootstrap/app.php
:
Configuration
Add a new storage disk to config/filesystems.php
(using v2 of the identity API):
Additional configuration options:
-
projectId
(default:null
) if you want to scope access to a specific project -
debugLog
(default:false
),logger
(default:null
),messageFormatter
(default:null
) [ref] -
requestOptions
(default:[]
) [ref] -
disableAsserts
(default:false
) [ref] -
swiftLargeObjectThreshold
[ref] -
swiftSegmentSize
[ref] -
swiftSegmentContainer
[ref] -
prefix
(default:null
): Prefix to use for the names of the objects in the container. url
(default:null
): Override URL to use for public URLs to objects. If this is not set, the public URL will point to the public URL of Swift. This configuration is useful if you use a reverse proxy to pass through requests to public Swift containers.
Credits
- mzur for the original laravel-openstack-swift driver.
LICENSE
MIT
All versions of laravel-ovh-openstack-swift with dependencies
league/flysystem Version ^1.0
mzur/flysystem-openstack-swift Version ^1.0
illuminate/support Version ^5.1|^6.0
illuminate/filesystem Version ^5.1|^6.0