google-cloud-powershell
google-cloud-powershell copied to clipboard
Get-GcsObject - File Name Missing
When Get-GcsObject returns a list of objects, the "Name" field is missing. Other fields are populated. gsutil returns the file names, but Get-GcsObject does not.
As of January, 2025, there still are no values under the "Name" column heading when executing Get-GcsObject. However, by adding "Format-Table" with the exact same columns as default, the Name column winds up being populated.