mirror of https://gitlab.com/curben/blog
short: 22 Jul 2024
This commit is contained in:
parent
f33c0a0988
commit
58f562063d
|
@ -2,9 +2,13 @@
|
||||||
title: Short Posts
|
title: Short Posts
|
||||||
layout: page
|
layout: page
|
||||||
date: 2024-07-15
|
date: 2024-07-15
|
||||||
updated: 2024-07-18
|
updated: 2024-07-22
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 22 Jul 2024
|
||||||
|
|
||||||
|
In OpenAI ChatGPT, it is now possible to disable [model training](https://help.openai.com/en/articles/7730893-data-controls-faq) while still keeping the chat history. [Previously](https://openai.com/index/new-ways-to-manage-your-data-in-chatgpt/), both had to be disabled together.
|
||||||
|
|
||||||
## 18 Jul 2024
|
## 18 Jul 2024
|
||||||
|
|
||||||
At least 30% of `PUT` traffic in a Cloudtrail bucket is still TLS 1.2. Don't set [`minimum_tls_version=1.3`](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_s3/Bucket.html) on that bucket yet.
|
At least 30% of `PUT` traffic in a Cloudtrail bucket is still TLS 1.2. Don't set [`minimum_tls_version=1.3`](https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_s3/Bucket.html) on that bucket yet.
|
||||||
|
|
Loading…
Reference in New Issue