Google Cloud Storage

Google Cloud Storage is a RESTful online file storage web service that allows you to house and retrieve structured and unstructured datasets at any time.

Actions

  • Compose Objects: Concatenates a list of existing objects into a new object in the same bucket

  • Copy Objects: Copy a source object to a destination object. Optionally overrides metadata

  • Delete Bucket Access Controls: Permanently delete the ACL entry for the specified entity on the specified bucket

  • Delete Buckets: Permanently delete an empty bucket

  • Delete Default Object Access Controls: Permanently delete the default object ACL entry for the specified entity on the specified bucket

  • Delete Object Access Controls: Permanently deletes the ACL entry for the specified entity on the specified object

  • Delete Objects: Delete an object and its metadata

  • Get Bucket Access Controls: Returns the ACL entry for the specified entity on the specified bucket

  • Get Buckets: Return metadata for the specified bucket

  • Get Default Object Access Controls: Return the default object ACL entry for the specified entity on the specified bucket

  • Get Object Access Controls: Return the ACL entry for the specified entity on the specified object

  • Get Objects: Retrieve an object or its metadata

  • Get Resumable Session: Return resumable session URI

  • Insert Bucket Access Controls: Create a new ACL entry on the specified bucket

  • Insert Buckets: Create a new bucket

  • Insert Default Object Access Controls: Create a new default object ACL entry on the specified bucket

  • Insert Object Access Controls: Create a new ACL entry on the specified object

  • List Bucket Access Controls: Retrieve ACL entries on a specified bucket

  • List Buckets: Retrieve a list of buckets for a given project

  • List Default Object Access Controls: Retrieve default object ACL entries on the specified bucket

  • List Object Access Controls: Retrieve ACL entries on the specified object

  • List Objects: Retrieve a list of objects matching the criteria

  • Patch Bucket Access Controls: Update an ACL entry on the specified bucket. This method supports patch semantics

  • Patch Buckets: Update a bucket. This method supports patch semantics

  • Patch Default Object Access Controls: Update a default object ACL entry on the specified bucket. This method supports patch semantics

  • Patch Objects: Update a data blob's associated metadata. This method supports patch semantics.

  • Resumable Upload Objects: Allows you to do a Resumable upload to Google Cloud Storage

  • Rewrite Objects: Rewrite a source object to a destination object. Optionally overrides metadata.

  • Simple Upload Objects: Upload to Google Cloud Storage

  • Update Bucket Access Controls: Update an ACL entry on the specified bucket

  • Update Buckets: Update an object's bucket

  • Update Default Object Access Controls: Update a default object ACL entry on the specified bucket

  • Update Object Access Controls: Updates an ACL entry on the specified object

  • Update Objects: Update an object's metadata