Skip to content
Success

Changes

Summary

  1. Add check of the mangled list to the s3-resource/<path> endpoint (commit: 1c0948f) (details)
  2. Now only attempt name mangling after a header check fails with 404 (commit: 2b48c8d) (details)
  3. Implement pr feedback (commit: 9d68233) (details)
  4. Add test checking that the second abort(413) works (commit: f8e6f9c) (details)
Commit 1c0948fa336d9e2a967348ec12990e02a6f61b13 by jessekhorasanee
Add check of the mangled list to the s3-resource/<path> endpoint
(commit: 1c0948f)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/utilities.py (diff)
The file was modifiedapp/manifest_name_to_discover_name.py (diff)
The file was modifiedtests/test_dataset_info.py (diff)
Commit 2b48c8db0c4a624ca49a6b64dbc5a2f6feecdf69 by jessekhorasanee
Now only attempt name mangling after a header check fails with 404
(commit: 2b48c8d)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/main.py (diff)
The file was modifiedapp/utilities.py (diff)
Commit f8e6f9c415862f2c56afd38835fb23643ac95944 by jessekhorasanee
Add test checking that the second abort(413) works
(commit: f8e6f9c)
The file was modifiedtests/test_dataset_info.py (diff)