Releases: CoralMapping/proc_gcs_utils
Releases · CoralMapping/proc_gcs_utils
Release list
Upgrade to Python 3.10
Abbreviated function names
v1.0.0 Shorted function names for brevity (#9)
gcs_join()
Add new gcs_join() convenience function for assembling a correct GCS blob path.
Bugfix: Attempting to download a non-existent file will result in a ValueError.
copy_file()
Add new function to copy a file in GCS to a new location
rename_file()
Add new function to rename a file in GCS
download_file_from_gcs()
Add new function to download a single file from GCS
upload_file_to_gcs()
Add new function to upload a single file to GCS
list_bucket_folders()
Add function to list "subfolders" directly beneath a given "folder"
get_storage_bucket()
Make get_storage_bucket() a public function
Initial release
Initial refactoring of GCS utility functions into an installable library.