Get archived versions from Google Cloud Storage

272 Views Asked by At

How do I get a list of archived versions of a file via gcloud-java? I don't see an option in Bucket.list(), is there somewhere else I should be looking?

1

There are 1 best solutions below

4
On

If version is enabled for the bucket then listing should return all the available versions (BlobId includes the version). Do you experience a different behavior?