Skip to content

Commit c092458

Browse files
committed
chore: run make pre-commit -B
Signed-off-by: Rohan K <[email protected]>
1 parent 7c4a781 commit c092458

13 files changed

+20
-20
lines changed

api/jsonschema/schema.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/openapi-spec/swagger.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/executor_swagger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3285,7 +3285,7 @@ cause implementors to also use a fixed point implementation.
32853285
| region | string| `string` | | | Region contains the optional bucket region | |
32863286
| roleARN | string| `string` | | | RoleARN is the Amazon Resource Name (ARN) of the role to assume. | |
32873287
| secretKeySecret | [SecretKeySelector](#secret-key-selector)| `SecretKeySelector` | | | | |
3288-
| sendContentMd5 | boolean| `bool` | | | SendContentMd5 tells the driver to send MD5 header for object put. | |
3288+
| sendContentMd5 | boolean| `bool` | | | SendContentMd5 tells the driver to send MD5 header for object put (setting this to true is required if you have object lock enabled on your bucket). | |
32893289
| sessionTokenSecret | [SecretKeySelector](#secret-key-selector)| `SecretKeySelector` | | | | |
32903290
| useSDKCreds | boolean| `bool` | | | UseSDKCreds tells the driver to figure out credentials based on sdk defaults. | |
32913291

docs/fields.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3654,7 +3654,7 @@ S3Artifact is the location of an S3 artifact
36543654
|`region`|`string`|Region contains the optional bucket region|
36553655
|`roleARN`|`string`|RoleARN is the Amazon Resource Name (ARN) of the role to assume.|
36563656
|`secretKeySecret`|[`SecretKeySelector`](#secretkeyselector)|SecretKeySecret is the secret selector to the bucket's secret key|
3657-
|`sendContentMd5`|`boolean`|SendContentMd5 tells the driver to send MD5 header for object put.|
3657+
|`sendContentMd5`|`boolean`|SendContentMd5 tells the driver to send MD5 header for object put (setting this to true is required if you have object lock enabled on your bucket).|
36583658
|`sessionTokenSecret`|[`SecretKeySelector`](#secretkeyselector)|SessionTokenSecret is used for ephemeral credentials like an IAM assume role or S3 access grant|
36593659
|`useSDKCreds`|`boolean`|UseSDKCreds tells the driver to figure out credentials based on sdk defaults.|
36603660

@@ -4381,7 +4381,7 @@ S3ArtifactRepository defines the controller configuration for an S3 artifact rep
43814381
|`region`|`string`|Region contains the optional bucket region|
43824382
|`roleARN`|`string`|RoleARN is the Amazon Resource Name (ARN) of the role to assume.|
43834383
|`secretKeySecret`|[`SecretKeySelector`](#secretkeyselector)|SecretKeySecret is the secret selector to the bucket's secret key|
4384-
|`sendContentMd5`|`boolean`|SendContentMd5 tells the driver to send MD5 header for object put.|
4384+
|`sendContentMd5`|`boolean`|SendContentMd5 tells the driver to send MD5 header for object put (setting this to true is required if you have object lock enabled on your bucket).|
43854385
|`sessionTokenSecret`|[`SecretKeySelector`](#secretkeyselector)|SessionTokenSecret is used for ephemeral credentials like an IAM assume role or S3 access grant|
43864386
|`useSDKCreds`|`boolean`|UseSDKCreds tells the driver to figure out credentials based on sdk defaults.|
43874387

pkg/apis/workflow/v1alpha1/generated.proto

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/workflow/v1alpha1/openapi_generated.go

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/plugins/executor/swagger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3634,7 +3634,7 @@ definitions:
36343634
secretKeySecret:
36353635
$ref: '#/definitions/SecretKeySelector'
36363636
sendContentMd5:
3637-
description: SendContentMd5 tells the driver to send MD5 header for object put.
3637+
description: SendContentMd5 tells the driver to send MD5 header for object put (setting this to true is required if you have object lock enabled on your bucket).
36383638
type: boolean
36393639
sessionTokenSecret:
36403640
$ref: '#/definitions/SecretKeySelector'

sdks/java/client/docs/IoArgoprojWorkflowV1alpha1S3Artifact.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/java/client/docs/IoArgoprojWorkflowV1alpha1S3ArtifactRepository.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact.py

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/client/argo_workflows/model/io_argoproj_workflow_v1alpha1_s3_artifact_repository.py

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/client/docs/IoArgoprojWorkflowV1alpha1S3Artifact.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/python/client/docs/IoArgoprojWorkflowV1alpha1S3ArtifactRepository.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)