Google Cloud Storage
Automatation on cloud storage buckets and objects.
Google Cloud Storage allows you to automate operations with cloud storage buckets and objects, enabling seamless integration with other applications and services.
You need to connect your Google Cloud Storage account to Suger to use this node. See Google Cloud Storage Integration for more details.
Operations
Bucket Operations
- Create: Creates a new storage bucket with specified configurations like location, storage class, and access controls
- Delete: Permanently removes a storage bucket and all its contents
- Get: Retrieves metadata and properties of a specific bucket
- Get Many: Lists multiple buckets in your project with optional filtering
- Update: Modifies bucket properties such as lifecycle rules, IAM policies, or storage class
Object Operations
- Create: Uploads new files (objects) to a specified bucket with optional metadata
- Delete: Removes objects from a bucket, with support for single or batch deletions
- Get: Downloads an object or retrieves its metadata from a bucket
- Get Many: Lists multiple objects within a bucket with optional prefix filtering
- Update: Modifies object properties like metadata, storage class, or access controls