Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update prefect_aws/s3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jan 18, 2024
1 parent 7202545 commit 5aad7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefect_aws/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ class S3Bucket(WritableFileSystem, WritableDeploymentStorage, ObjectStorageBlock
default=False,
description=(
"If True, the S3 client will be cached. This is useful for "
"performance, but can cause issues if the S3 client is used "
"in multiple threads."
"performance, but could cause issues if the S3 client is used "
"in multi-threaded environments."
),
)

Expand Down

0 comments on commit 5aad7ab

Please sign in to comment.