Closed ericdrosas87 closed 6 months ago
After reviewing the gsutil
PyPI package, I found that package is meant to be used exclusively on the command line and doesn't export any modules for importing in a Py script. As such, I cannot make use of the gsutil cp -m
or gsutil rsync
capabilities I was hoping to and as such I'm closing this ticket as invalid
.
User story
As the architect of the citSci pipeline, I need investigate if the
gsutil
PyPI package is capable of multithreading uploads orrysnc
to Google Cloud Storage for performance improvement purposes.Definition of done
I have determined whether or not the
gsutil
PyPI package is capable of improving performance with uploads in the RSP Data Exporter service.