Skip to content

Commit

Permalink
docs(filemanager): add link to null version id docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Mar 7, 2024
1 parent d4b04ed commit 607787e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ create table s3_object (
-- The key of the object.
key text not null,
-- The version id of the object. A 'null' string is used to indicate no version id. This matches logic in AWS which
-- also returns 'null' strings.
-- also returns 'null' strings. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html
version_id text not null default 'null',
-- When this object was created. A null value here means that a deleted event has occurred before a created event.
created_date timestamptz default null,
Expand Down

0 comments on commit 607787e

Please sign in to comment.