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 Bucketproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)
Commands (18)
-
gcs-block-public-access-bucketBlocks public access to a specified Google Cloud Storage bucket by enabling public access prevention, ensuring only authorized users can access the bucket.
-
gcs-copy-fileCopies a file (object) from one bucket to another.
-
gcs-create-bucketCreates a new bucket.
-
gcs-create-bucket-object-policyAdds 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-policyAdds 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-bucketDeletes a bucket.
-
gcs-delete-bucket-object-policyRemoves an entity from an object's Access Control List.
-
gcs-delete-bucket-policyRemoves an entity from a bucket's Access Control List.
-
gcs-delete-fileDeletes a file (object) from a bucket.
-
gcs-download-fileRetrieves object data into a file.
-
gcs-get-bucketRetrieves bucket information.
-
gcs-list-bucket-object-policyRetrieves the Access Control List of an object.
-
gcs-list-bucket-objectsRetrieves the list of objects in a bucket.
-
gcs-list-bucket-policyRetrieves the Access Control List of a bucket.
-
gcs-list-bucketsRetrieves the list of buckets.
-
gcs-put-bucket-object-policyUpdates 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-policyUpdates 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-fileUploads a file (object) into a bucket.