Skip to content

Releases: buuum/S3

v1.0.0

11 Jul 10:28

Choose a tag to compare

custom headers are more important than default headers

v0.0.9

29 Dec 06:13

Choose a tag to compare

1.- as parameter

$headers = [
    'Cache-Control' => 'max-age=2592000',
    'Expires'       => 2592000,
];
S3::putObjectUrl($url, 'car.jpg', $headers);

2.- as defaultheaders

$headers = [
    'Cache-Control' => 'max-age=2592000',
    'Expires'       => 2592000,
];
S3::setDefaultHeaders($headers);

v0.0.8

14 Dec 11:28

Choose a tag to compare

fix bug with host buckets

v0.0.7

28 Oct 09:37

Choose a tag to compare

fix bug with get bucket and file from url

v0.0.6

28 Oct 08:06

Choose a tag to compare

add more features

v0.0.5

27 Oct 14:09

Choose a tag to compare

changes bucket params

v0.0.4

24 Aug 14:55

Choose a tag to compare

  • fix some bugs with buckets name

v0.0.3

24 Aug 14:39

Choose a tag to compare

  • add default bucket name with constructor and methods.

v0.0.2

13 Jul 09:20

Choose a tag to compare

add namespace

v0.0.1

02 Jun 07:36

Choose a tag to compare

  • Amazon S3 (REST) client for PHP