Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set a GCS object lifecycle for all objects below a path, not bucket-wide?

The docs only mention setting an object lifecycle for an entire bucket. However I want to set lifecycles for several paths within a bucket, but not for the entire bucket.

Is this possible on Google Cloud Storage? If so, how can I do it?

like image 253
jbrown Avatar asked Jul 06 '16 10:07

jbrown


1 Answers

It's not possible to configure lifecycle management for less than an entire bucket.

like image 158
Mike Schwartz Avatar answered Oct 14 '22 09:10

Mike Schwartz