doc: fix s3 column descriptions (#715)

This commit is contained in:
Daniel Kongsgaard 2026-01-12 20:26:43 +01:00 committed by GitHub
parent d278dc40f9
commit fbbb2a9872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -151,7 +151,7 @@ COL_DEFS = [
),
],
),
ColumnDef("size", "files, ssh", False, True, "The size of the file", HL + []),
ColumnDef("size", "files, ssh, s3", False, True, "The size of the file", HL + []),
ColumnDef(
"permissions",
"files, ssh",
@ -171,7 +171,7 @@ COL_DEFS = [
),
ColumnDef(
"birthtime",
"files",
"files, s3",
False,
True,
"The time the file was created",