Skip to content

Tags: cwhite92/b2-sdk-php

Tags

v1.3.0

Toggle v1.3.0's commit message
Added delete and filelist examples (#11)

Added delete and list file methods to the example section of the readme

v1.2.1

Toggle v1.2.1's commit message
Rename authorise => authorize (#7)

While the spelling is interchangable outside of North America, the B2 API
uses authorize, so we should keep the same spelling here to minimize
confusion.

Fixes #6

v1.2.0

Toggle v1.2.0's commit message
Add metadata and optimize list files (#4)

* Support all file metadata and implement fileExists

Add support for the missing metadata from the `getFile()` method:
uploadTimestamp, action and bucketId.

Optimize file list retrieval (`listFiles()`) to avoid fetching information
about _all_ the files to get information about a single one. `listFiles`
now support an optional parameter, `FileName`, which will only retrieve
information about that file if it exists. This speeds up the call to
`getFileIdFromBucketAndFileName`.

* Code style fix

* Add metadata to example response test as well

v1.1.0

Toggle v1.1.0's commit message
Merge pull request #3 from cwhite92/analysis-zOMVkW

Applied fixes from StyleCI

v1.0.1

Toggle v1.0.1's commit message
Rewind the provided resource before uploading

v1.0.0

Toggle v1.0.0's commit message
Allow deleting files by bucket name and file name

v0.4.0

Toggle v0.4.0's commit message
Allow deleting files by bucket name and file name

v0.3.0

Toggle v0.3.0's commit message
Up the maxFileCount parameter for listing files and add a few TODOs

v0.2.0

Toggle v0.2.0's commit message
'Allow specifying the file's content type, fallback to b2/x-auto

v0.1.0

Toggle v0.1.0's commit message
Update composer.json