# NOT RUN {
lifecycle <- gcs_create_lifecycle(age = 30)
gcs_create_bucket("your-bucket-lifecycle",
projectId = "your-project",
location = "EUROPE-NORTH1",
storageClass = "REGIONAL",
lifecycle = list(lifecycle))
# }
Run the code above in your browser using DataLab