Skip to content

Releases: CoralMapping/proc_gcs_utils

Upgrade to Python 3.10

Choose a tag to compare

@mattskone mattskone released this 15 Jun 16:24
e1fd2b4
v2.0.0

Implement Python quality tools (#26)

Abbreviated function names

Choose a tag to compare

@mattskone mattskone released this 02 Apr 00:17
0d75678
v1.0.0

Shorted function names for brevity (#9)

gcs_join()

Choose a tag to compare

@mattskone mattskone released this 01 Apr 22:55
039cbaf

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()

Choose a tag to compare

@mattskone mattskone released this 18 Mar 21:05
986bba2

Add new function to copy a file in GCS to a new location

rename_file()

Choose a tag to compare

@mattskone mattskone released this 13 Mar 14:40
bb0c58f

Add new function to rename a file in GCS

download_file_from_gcs()

Choose a tag to compare

@mattskone mattskone released this 05 Mar 22:54
c921bd6

Add new function to download a single file from GCS

upload_file_to_gcs()

Choose a tag to compare

@mattskone mattskone released this 28 Oct 19:23
f1ffc99

Add new function to upload a single file to GCS

list_bucket_folders()

Choose a tag to compare

@mattskone mattskone released this 18 Sep 22:46
d4ad321

Add function to list "subfolders" directly beneath a given "folder"

get_storage_bucket()

Choose a tag to compare

@mattskone mattskone released this 11 Sep 21:35
f6a9ee8

Make get_storage_bucket() a public function

Initial release

Choose a tag to compare

@mattskone mattskone released this 09 Sep 14:51

Initial refactoring of GCS utility functions into an installable library.