Search code examples
pythongoogle-cloud-platformgoogle-bucket

Fastest way to bulk upload files to google bucket


I have large number of pdfs to upload to google bucket. What is the fastest way to upload all these files to google bucket? I have tried uploading using drag and drop but it's taking a lot of time should I create a python script or is there any faster way to bulk upload data to GCP bucket.

Any help is appreciated.


Solution

  • Use gsutil, specifically the gsutil cp command.