Releases: hysds/osaka
Releases · hysds/osaka
v0.0.1: Osaka version 0.0.1
Bug fixes and enhancements:
- updated setup.py (six>=1.10.0)
- remove protobuf from requires; let google storage lib handle
- updated Azure implementation
- implemented isObjectStore for the Azure adaptor (#4)
- implemented the
isObjectStore
function on the Azure Blob storage adaptor to eliminate "Azure does not implement 'isObjectStore' call" exceptions - added .gitignore to support custom vscode configurations
- bugfixes for size() function and overall code cleanup for az.py adaptor
- updated azure-storage to use latest 1.4.0
- added auto credential parsing for Azure adaptor to emulate S3 behavior
- updated README to reflect upgrade of
azure-storage
package
- updated Google Cloud Platform implementation
- updated six and google-cloud-monitoring
- fix google.api_core.exceptions.TooManyRequests: 429
- remove specific version range for google-monitoring-api.
- differentiate object stores that don't have concept of directories (e.g. webdav vs. s3/gs)
- update rmall() to not attempt to remove top level directories if object store.
- added chunk_size parameter for large file uploads
- CHUNK_SIZE parameter for large file uploads
- fixed some typos in README
- install configparser dependency
v0.0.1-beta.3: Osaka version v0.0.1-beta.3
Bug fixes and enhancements:
- log out destination uri in cooperation errors
v0.0.1-beta.2: Osaka version v0.0.1-beta.2
Bug fixes and enhancements:
- move to github.com