Skip to content

Commit

Permalink
Don't enable S3 output by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Feb 13, 2024
1 parent 9905a76 commit e54c962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schema.cue
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ import "path"
}

s3: {
enabled: bool | *true
enabled: bool | *false
region?: string
bucket?: string
s3_key_format: string | *"/$TAG[1]/%Y/%m/%d/%Y%m%dT%H%M%SZ-$UUID.jsonl.gz"
Expand Down

0 comments on commit e54c962

Please sign in to comment.