move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
257 stars 125 forks source link

GoogleCloudStorage - Add GCS Destination Path Param #936

Closed IanRFerguson closed 7 months ago

IanRFerguson commented 7 months ago

The s3 -> gcs component of the copy_bucket_to_gcs() function allows for the user to supply a destination path argument, such that blobs are stored in a nested sub-bucket.

This PR replicates that logic in gcs -> gcs transfers.