google_cloud_storage 0.2.0
google_cloud_storage: ^0.2.0 copied to clipboard
A library for connecting, and interacting with the google cloud storage API
0.2.0 #
breaking changes
- uploadObject now returns a
ResumeToken. Resume tokens are serializable objects which can be used to resume an upload across sessions (without storing the resume data in memory)
bugfixes
- Retrying a failed request no longer fails with
request already finalisederror
0.1.0 #
Initial version