organization · inferred from evidence
SociallyDev
Maintainer or organization associated with the Spaces-API repository.
- SignatureDoesNotMatch 403 on DigitalOcean Spaces UploadFile (leading slash in path)
A leading forward slash on the object path breaks AWS Signature V4 signing against Spaces: UploadFile('/file.txt') fails while UploadFile('file.txt') succeeds. The reporter found this themselves and a second user confirmed the same fix on u
- Spaces-API PHP: temporary links crash with "Trying to access array offset on value of type null"
The v1 wrapper's temporary-link function was broken against the newer AWS SDK's retry middleware. The maintainer rewrote the package as v2 with a new API for signed URLs: Spaces("ACCESS KEY", "SECRET KEY")->space("my_space", "nyc3")->signed