Closed shubhangi-google closed 1 week ago
Add support for restore token to soft deleted from HNS bucket.
Operation Supported:
@example require "google/cloud/storage" storage = Google::Cloud::Storage.new bucket = storage.bucket "my-hns-bucket" bucket.restore_file "path/of/file", <generation-of-the-file>, "<restore_token>"
We decided not to add this feature to the client libraries, and to direct customers to use the CLI or console instead
Add support for restore token to soft deleted from HNS bucket.
Operation Supported: