sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Need better documentation on configuration #35

Closed olivM closed 4 years ago

olivM commented 4 years ago

Hi, thanks for this package !

but i should say i've had a hard time finding the right values for OVH_URL and OVH_ENDPOINT

can you had explanation on where to find thoses 2 values ? OVH_URL => https://auth.cloud.ovh.net/v3/ ( i guess only for tag v3.* ) OVHENDPOINT=https://storage.[region].cloud.ovh.net/v1/AUTH[project_id]/[container_id]

thanks again

olivM commented 4 years ago

also OVH_REGION => must be be uppercase

sausin commented 4 years ago

@olivM Sure! I'll update the documentation with suggestions and how to get the values! :+1:

sausin commented 4 years ago

@olivM Let me know if the PR is satisfactory.

olivM commented 4 years ago

it's great !

sausin commented 4 years ago

The update is online, thanks for the help!