Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (35 loc) · 838 Bytes

CHANGELOG.md

File metadata and controls

66 lines (35 loc) · 838 Bytes

Change Log

NOT RELEASED

1.0.0

Removed

  • Support for Flysystem 2 as it is released under the Flysystem namespace.

Changed

  • Renamed S3Flysystem to AsyncAwsS3Adapter

0.4.2

Added

  • Use SimpleS3Client, when available, to upload big files.

0.4.1

Added

  • Support for PHP 8

0.4.0

Added

  • Support for pathStyleEndpoint option
  • Added S3FilesystemV1::getBucket() and S3FilesystemV1::getClient() to expose private properties.

0.3.3

Changed

  • Support only version 1.0 of async-aws/core

0.3.2

Fixed

  • Better check if file exists.

0.3.1

Added

  • Support for Flysystem v2 alpha 1
  • Support for async-aws/s3:0.4

0.3.0

Added

  • Support for Flysystem v1
  • Support for Flysystem v2 alpha 1

0.2.0

Updated MimeType detection.

0.1.0

First version