Download the PHP package engineor/flysystem-runabove without Composer
On this page you can find all versions of the php package engineor/flysystem-runabove. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download engineor/flysystem-runabove
More information about engineor/flysystem-runabove
Files in engineor/flysystem-runabove
Package flysystem-runabove
Short Description Flysystem adapter for Runabove
License MIT
Informations about the package flysystem-runabove
Flysystem Adapter for Runabove OVH Object Storage.
Note: because OVH is moving the object storage from Runabove to OVH Public Cloud, we are migrating this library (and trying not to break your existing code).
Installation
Usage
See configuration section for credential details.
Alternatively:
Configuration
To get the required credentials, you need to authenticate and download the credentials file from the Runabove OVH Horizon portal:
- OVH: https://horizon.cloud.ovh.net/auth/login/?next=/project/access_and_security/api_access/openrc/
- Runabove: https://cloud.runabove.com/horizon/project/access_and_security/api_access/openrc/
You will then receive a file similar to the following content:
OVH example
You can retrieve your username
and tenantId
from the file using the following table:
PHP settings | Credential file variable |
---|---|
username |
OS_USERNAME |
tenantId |
OS_TENANT_ID |
Your username and password are created in OVH management interface, on your cloud storage project, click Project management and consolidation
(top right of the page), and then select the OpenStack
tab. Once your user created, you can access the link described above.
For the region, 3 of them are currently available (SBG1
, BHS1
and GRA1
).
Finally, the container ID is the name of the object storage container you want to target.
Runabove example:
You can retrieve your username
and tenantId
from the file using the following table:
PHP settings | Credential file variable |
---|---|
username |
OS_USERNAME |
tenantId |
OS_TENANT_ID |
Your password is the one you are using to login on Runabove, associated to the username
email address.
For the region, 3 of them are currently available (SBG-1
, BHS-1
and HZ1
). As HZ1
is currently for specific VPS instances only, this library only contains constants for REGION_EUROPE
(SGB-1
) and REGION_US
(BHS-1
).
Finally, the container ID is the name of the object storage container you want to target.