spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
343 stars 50 forks source link

Normalize size key like in official adapters #11

Closed Alex-D closed 7 years ago

Alex-D commented 7 years ago

Official adapters use "size" key, not "bytes" key.

So I've changed the key to "size" :)

See: https://github.com/thephpleague/flysystem/blob/master/src/Adapter/Local.php#L493

freekmurze commented 7 years ago

Thank you for this PR.

Currently this is a breaking change. Could you leave size in and just add bytes?

Alex-D commented 7 years ago

Done :)