Small edits (#546)

This commit is contained in:
pollfly 2023-05-02 15:35:33 +03:00 committed by GitHub
parent 30c36c6999
commit a2098ccbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -751,7 +751,7 @@ metrics, network, AWS S3 buckets and credentials, Google Cloud Storage, Azure St
**`sdk.aws.boto3`** (*dict*)
* Dictionary of AWS Storage, Boto2 options.
* Dictionary of AWS Storage, Boto3 options.
---

View File

@ -55,7 +55,7 @@ To view a steps console log, click **DETAILS** and then click on a step.
![Step console](../../img/webapp_pipeline_step_console.png)
For pipelines steps generated from functions using either [`PipelineController.add_function_step`](../../references/sdk/automation_controller_pipelinecontroller.md#add_function_step)
or [`PipelineDecorator.component`](../../references/sdk/automation_controller_pipelinecontroller.md##pipelinedecoratorcomponent),
or [`PipelineDecorator.component`](../../references/sdk/automation_controller_pipelinecontroller.md#pipelinedecoratorcomponent),
you can also view the selected steps code. On the top center
of the console panel, click **Code**.