Thanks @rabernat for the update,
I have learned from this as well. We use a GSC Bucket that I think you sat up early on, and have been syncing our code, so we have no losses from the homedirectory.
- But is there an expiration date on the bucket as well?
We plan on moving data to a permanent location, so that our project takes the storage-cost onward.
For info, gcsfs.GCSFileSystem(token=token).info(bucketname)
returns, among other things:
{'kind': 'storage#bucket',
'name': 'pangeo-argo-eke',
'location': 'US-CENTRAL1',
'storageClass': 'STANDARD',
'timeCreated': '2021-01-07T17:40:07.103Z',
'updated': '2021-01-07T20:25:44.733Z',
'softDeletePolicy': {'retentionDurationSeconds': '604800',
'effectiveTime': '2024-03-01T08:00:00.000Z'},
...
And thanks again for the work you and @steeringcouncil has put into this!