@@ -78,7 +78,6 @@ def test_process(boto_session):
78
78
"LocalPath" : "/container/path/" ,
79
79
"S3DataType" : "Archive" ,
80
80
"S3InputMode" : "File" ,
81
- "S3DownloadMode" : "Continuous" ,
82
81
"S3DataDistributionType" : "FullyReplicated" ,
83
82
"S3CompressionType" : "None" ,
84
83
},
@@ -90,7 +89,6 @@ def test_process(boto_session):
90
89
"LocalPath" : "/container/path/" ,
91
90
"S3DataType" : "Archive" ,
92
91
"S3InputMode" : "File" ,
93
- "S3DownloadMode" : "Continuous" ,
94
92
"S3DataDistributionType" : "FullyReplicated" ,
95
93
"S3CompressionType" : "None" ,
96
94
},
@@ -102,7 +100,6 @@ def test_process(boto_session):
102
100
"LocalPath" : "/code/source" ,
103
101
"S3DataType" : "Archive" ,
104
102
"S3InputMode" : "File" ,
105
- "S3DownloadMode" : "Continuous" ,
106
103
"S3DataDistributionType" : "FullyReplicated" ,
107
104
"S3CompressionType" : "None" ,
108
105
},
@@ -181,7 +178,6 @@ def test_process(boto_session):
181
178
"LocalPath" : "/container/path/" ,
182
179
"S3DataType" : "Archive" ,
183
180
"S3InputMode" : "File" ,
184
- "S3DownloadMode" : "Continuous" ,
185
181
"S3DataDistributionType" : "FullyReplicated" ,
186
182
"S3CompressionType" : "None" ,
187
183
},
@@ -193,7 +189,6 @@ def test_process(boto_session):
193
189
"LocalPath" : "/container/path/" ,
194
190
"S3DataType" : "Archive" ,
195
191
"S3InputMode" : "File" ,
196
- "S3DownloadMode" : "Continuous" ,
197
192
"S3DataDistributionType" : "FullyReplicated" ,
198
193
"S3CompressionType" : "None" ,
199
194
},
@@ -205,7 +200,6 @@ def test_process(boto_session):
205
200
"LocalPath" : "/code/source" ,
206
201
"S3DataType" : "Archive" ,
207
202
"S3InputMode" : "File" ,
208
- "S3DownloadMode" : "Continuous" ,
209
203
"S3DataDistributionType" : "FullyReplicated" ,
210
204
"S3CompressionType" : "None" ,
211
205
},
0 commit comments