Skip to content

Commit 720a7ae

Browse files
committed
review: update help message
1 parent c7349d5 commit 720a7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/python/cli/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Create:
253253
"(Only for S3) The STS endpoint to use when connecting to STS"
254254
)
255255
STS_UNAVAILABLE = (
256-
"(Only for S3) Indicates that STS is not available"
256+
"(Only for S3) Indicates that Polaris should not use STS (e.g. if STS is not available)"
257257
)
258258
PATH_STYLE_ACCESS = "(Only for S3) Whether to use path-style-access for S3"
259259

0 commit comments

Comments
 (0)