easyenvi
  • Easy Environment
  • Local Environment
    • Local initialisation
    • Local Operations
      • easyenvi.local.load
      • easyenvi.local.save
      • easyenvi.local.clear_folder
  • Google Cloud Environment
    • Google Cloud initialisation
    • Google Cloud Storage Operations
      • easyenvi.gcloud.GCS.load
      • easyenvi.gcloud.GCS.save
      • easyenvi.gcloud.GCS.download
      • easyenvi.gcloud.GCS.list_files
    • Big Query Operations
      • easyenvi.gcloud.BQ.load
      • easyenvi.gcloud.BQ.write
      • easyenvi.gcloud.BQ.append
      • easyenvi.gcloud.BQ.query
  • SharePoint Environment
    • SharePoint initialisation
    • SharePoint Operations
      • easyenvi.sharepoint.download
      • easyenvi.sharepoint.upload
      • easyenvi.sharepoint.list_files
      • easyenvi.sharepoint.delete_file
  • extra
    • Customise supported formats
Powered by GitBook
On this page
  1. Google Cloud Environment

Google Cloud Storage Operations

The gcloud.GCS attribute of the EasyEnvironmentinstance allows you to load or save different file types in a single command (.save or .load). Based on the filename extension, the tool will call the function for processing the specified file format.

  • EasyEnvironment.gcloud.GCS.load: Load an objet from GCS.

  • EasyEnvironment.gcloud.GCS.save: Save an objet from GCS.

  • EasyEnvironment.gcloud.GCS.download: Download an objet from GCS.

  • EasyEnvironment.gcloud.GCS.list_files: List files into a specific folder.

PreviousGoogle Cloud initialisationNexteasyenvi.gcloud.GCS.load

Last updated 1 year ago