Slide 4
Slide 4 text
Tell me about
“all the things”!
Amazon S3
A blob storage cloud-based
service provided by AWS. First
released in 2006. Very popular,
and has tons of features.
Blob Storage
A service for storing and
retrieving “blob”s, or “object”s,
which are essentially chunks of
text or binary data. We typically
call these “files” locally.
AWS
Amazon Web Services. A large
suite of web services and APIs for
manipulating data and
infrastructure in Amazon’s cloud.
AWS SDK for PHP
An AWS-supported PHP library
for interacting AWS’s services
and APIs. It is built on Guzzle.
Guzzle
A popular HTTP client library for
PHP that implements PSR-7 and
middleware, and provides an
abstraction layer over cURL.
PSR-7
A PSR (PHP Standards
Recommendation) created by the
PHP-FIG to define standard
interfaces for HTTP Request and
Response objects.
4