Google Cloud Storage

Google Cloud Storage is a RESTful online file storage web service for storing and accessing data on Google Cloud Platform infrastructure.

IT Services · Google Cloud Storage

Configuration parameters

  • service_account_json — Service Account Private Key file contents (JSON)
  • credentials_service_account_json
  • default_bucket — Default Bucket
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)

Commands (18)

  • gcs-block-public-access-bucket

    Blocks public access to a specified Google Cloud Storage bucket by enabling public access prevention, ensuring only authorized users can access the bucket.

  • gcs-copy-file

    Copies a file (object) from one bucket to another.

  • gcs-create-bucket

    Creates a new bucket.

  • gcs-create-bucket-object-policy

    Adds a new entity to an object's Access Control List. Note: use the gcs-put-bucket-object-policy command to update an existing entry.

  • gcs-create-bucket-policy

    Adds a new entity to a bucket's Access Control List. Note: use the gcs-put-bucket-policy command to update an existing entry.

  • gcs-delete-bucket

    Deletes a bucket.

  • gcs-delete-bucket-object-policy

    Removes an entity from an object's Access Control List.

  • gcs-delete-bucket-policy

    Removes an entity from a bucket's Access Control List.

  • gcs-delete-file

    Deletes a file (object) from a bucket.

  • gcs-download-file

    Retrieves object data into a file.

  • gcs-get-bucket

    Retrieves bucket information.

  • gcs-list-bucket-object-policy

    Retrieves the Access Control List of an object.

  • gcs-list-bucket-objects

    Retrieves the list of objects in a bucket.

  • gcs-list-bucket-policy

    Retrieves the Access Control List of a bucket.

  • gcs-list-buckets

    Retrieves the list of buckets.

  • gcs-put-bucket-object-policy

    Updates an existing entity in an object's Access Control List. Note: use gcs-create-bucket-object-policy command to create a new entry.

  • gcs-put-bucket-policy

    Updates an existing entity in a bucket's Access Control List. Note: use the gcs-create-bucket-policy command to create a new entry.

  • gcs-upload-file

    Uploads a file (object) into a bucket.