GoogleCloudPlatform / php-docs-samples

A collection of samples that demonstrate how to call Google Cloud services from PHP.
http://cloud.google.com/php
Apache License 2.0
955 stars 1.03k forks source link

storage: add object retention samples #1977

Closed JesseLovelace closed 4 months ago

JesseLovelace commented 4 months ago

Please add the following samples for object retention, to go on the docs page:

storage_create_bucket_with_object_retention storage_set_object_retention_policy

Also, please update storage_get_bucket_metadata and storage_get_metadata to return object retention related metadata.

Please use the Java samples as a canonical reference.