Skip to content

Commit

Permalink
AWS S3 Streaming Upload: Remove StreamingUploadMode parameter since i…
Browse files Browse the repository at this point in the history
…t is true by default
  • Loading branch information
oscerd committed Sep 1, 2022
1 parent 17572ef commit cf651dd
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ spec:
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: false
streamingUploadMode:
title: Streaming Upload Mode
description: Setting the Streaming Upload Mode
type: boolean
x-descriptors:
- 'urn:alm:descriptor:com.tectonic.ui:checkbox'
default: true
restartingPolicy:
title: Restarting Policy
description: The restarting policy to use in streaming upload mode. There are 2 enums and the value can be one of override, lastPart
Expand Down Expand Up @@ -142,7 +135,7 @@ spec:
accessKey: "{{?accessKey}}"
region: "{{region}}"
autoCreateBucket: "{{autoCreateBucket}}"
streamingUploadMode: "{{streamingUploadMode}}"
streamingUploadMode: "true"
restartingPolicy: "{{restartingPolicy}}"
batchMessageNumber: "{{batchMessageNumber}}"
batchSize: "{{batchSize}}"
Expand Down

0 comments on commit cf651dd

Please sign in to comment.