Commit 54ec6d1
* pass clusterid to getPresignedDeploymentUrl
* fix(deployments): able to upload file/directory to s3 when creating a deployment PS-14880
* fix(deployments): upload with the same 'contentType' that psapi is using
* Revert "fix(deployments): upload with the same 'contentType' that psapi is using"
This reverts commit c3980f9.
* fix(models): unbreak upload to model
* fix(deployments): typo for data.content_type
* refactor(deployments): pass 'file_path' into upload() instead of pulling it out from 'data.encoder.fields'
* test(s3): change assert 'post' to 'put' request
* test(uploaders): asset 'put' instead of 'post' request
* test(experiments): assert 'put' instead of 'post' request
* test(experiments): param position
* test(experiments): param position
* fix(uploads): model/deployment/experiment upload all works
* test(experiments): revert the changes to test_experiments.py
* test(upload): revert test_uploaders.py and test_archiver_class.py
Co-authored-by: Robert Chen <[email protected]>
1 parent b89c64f commit 54ec6d1
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| 337 | + | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
350 | | - | |
| 353 | + | |
351 | 354 | | |
352 | 355 | | |
353 | 356 | | |
354 | 357 | | |
| 358 | + | |
355 | 359 | | |
356 | 360 | | |
357 | 361 | | |
358 | 362 | | |
359 | | - | |
| 363 | + | |
360 | 364 | | |
361 | 365 | | |
0 commit comments