Skip to content

Commit fbd8741

Browse files
committed
fix: remove deprecated id field
1 parent 3b3c786 commit fbd8741

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/io/kestra/plugin/aws/s3

1 file changed

+0
-1
lines changed

src/main/java/io/kestra/plugin/aws/s3/Copy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public Output run(RunContext runContext) throws Exception {
144144
// Optional delete source
145145
if (runContext.render(this.delete).as(Boolean.class).orElse(false)) {
146146
Delete.builder()
147-
.id(this.id)
148147
.type(Delete.class.getName())
149148
.region(this.region)
150149
.endpointOverride(this.endpointOverride)

0 commit comments

Comments
 (0)