Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 713 Bytes

File metadata and controls

18 lines (13 loc) · 713 Bytes

Sample PHP S3 client for Ceph RGW

Sample scripts can be found in src, you will need aws/aws-sdk-php installed as specified in composer.json. In order to connect, you will need connection credentials SECRET_KEY and ACCESS_KEY and existing bucket (can be created by create bucket api call).

For testing purposes you can use minio, see docker-composer.yaml for sample.

documentation