clue / reactphp-s3

Async S3 filesystem API (supporting Amazon S3, Ceph, MiniIO, DigitalOcean Spaces and others), built on top of ReactPHP.
MIT License
12 stars 4 forks source link

Support creating signed URLs #7

Open clue opened 5 years ago

clue commented 5 years ago

Right now, this library focuses on building a filesystem-like API (#1). On top of this, we should also provide a way to create signed URLs for private S3 objects so that they can be accessed directly through a standard HTTP GET request.

See also https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html