We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751ff20 commit a151e6eCopy full SHA for a151e6e
veadk/integrations/ve_tos/ve_tos.py
@@ -359,7 +359,7 @@ def upload_bytes(
359
bucket_name = self._check_bucket_name(bucket_name)
360
if not object_key:
361
object_key = self._build_object_key_for_bytes()
362
- # Use common function to check lient and bucket
+ # Use common function to check client and bucket
363
if not self._ensure_client_and_bucket(bucket_name):
364
return
365
try:
0 commit comments