Skip to content

Commit

Permalink
changed client parameter example
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeshGhadage committed Oct 24, 2024
1 parent b9dc07c commit 05c29c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
aws_s3_bucket_name="YOUR AWS BUCKET NAME",
aws_s3_object_key="taipy_object",
aws_s3_client_parameters={
"region_name": "us-east-1"
"endpoint_url": "https://s3.custom-endpoint.com"
},
aws_s3_get_object_parameters={
"Range": "bytes=0-1048576"
Expand Down

0 comments on commit 05c29c1

Please sign in to comment.