S3
Everything under Quiote\Storage\S3.
Classes
Section titled “Classes”| Class | Description |
|---|---|
S3Client | Minimal S3 REST client using AWS Signature Version 4, deliberately not built on aws/aws-sdk-php (a heavy dependency pulling in a client for every AWS service) for the operations a session or filesystem backend needs: get, put, delete, head and list. |
S3SessionFactory | session slot factory for S3SessionPersistence. |
S3SessionPersistence | SessionPersistenceInterface storing one JSON object per session id (key <prefix><sid>.json) in a single S3 bucket. |
S3StorageException | A failure talking to S3 storage. |