Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
bucket_operations.py File Reference

Go to the source code of this file.

Namespaces

namespace  bucket_operations
 

Functions

 bucket_operations.setup_gcs_client ()
 Set up the Google Cloud Storage client.
 
 bucket_operations.upload_csv_to_bucket (bucket_name, source_file_name, destination_blob_name)
 Upload a CSV file to a Google Cloud Storage bucket.
 
 bucket_operations.download_csv_from_bucket_to_folder (bucket_name, source_blob_name, destination_folder, file_name)
 Download a CSV file from a Google Cloud Storage bucket to a specified folder.
 
 bucket_operations.list_blobs (bucket_name)
 List all files in a Google Cloud Storage bucket.