Releases: Akrog/gcs-client
Releases · Akrog/gcs-client
v0.2.2
- Fix #1 - Problems uploading media
v0.2.1
- Fix requirements issues
- Fix prefix listing
- Add metadata and timeDeleted values for Objects
- Allow setting chunksize on file open
v0.2.0
- Add support for delimiter in listings using Prefix object
- Remove dependency from google-api-python-client
- Return descriptive error message on AttributeError
v0.1.4
No changes, version bump to reload in pypi
v0.1.3
- Reading an object will return data as bytes, not a bytearray.
- Read specific versions of an object.
- Can specify chunksize on Bucket's open and Object init.
- Add exists to buckets and project.
- Fix opening files with names that needed encoding.