Skip to content

Commit

Permalink
Report physical address expiry in lakectl fs stat --pre-signed
Browse files Browse the repository at this point in the history
Useful, and also lets me test that a deployment on lakeFS.Cloud staging
works! >:-)
  • Loading branch information
arielshaqed committed Aug 7, 2023
1 parent 039ed14 commit 29d7cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/lakectl/cmd/fs_stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Modified Time: {{.Mtime|date}}
Size: {{ .SizeBytes }} bytes
Human Size: {{ .SizeBytes|human_bytes }}
Physical Address: {{ .PhysicalAddress }}
{{- if .PhysicalAddressExpiry }}
Physical Address Expires: {{ .PhysicalAddressExpiry|date }}{{end}}
Checksum: {{ .Checksum }}
Content-Type: {{ .ContentType }}{{ if and $.Metadata $.Metadata.AdditionalProperties }}
Metadata:
Expand Down

0 comments on commit 29d7cde

Please sign in to comment.