Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELETE Document API does not work unless a corresponding file exists in S3 #44

Closed
RyanBuhrWA opened this issue Sep 21, 2022 · 0 comments
Milestone

Comments

@RyanBuhrWA
Copy link

If you use the Document POST API to create a new document record, but do not use the resulting URL to actually upload the file to S3 (or if this operation fails), the original Document record cannot be deleted using the DELETE Document API. The response is "Document {GUID} not found."

@mfriesen mfriesen added this to the v1.8.8 milestone Sep 23, 2022
mfriesen added a commit that referenced this issue Sep 25, 2022
* #44 - DELETE Document API does not work unless a corresponding file exists in S3

* #40 - Add last modified to GET documents and GET document/{id}

* #45 - Metadata records with no corresponding S3 object are causing issues on GET /documents

* #46 - 500 Error in /search endpoint when using large "limit" with "responseFields"

* #48 - File downloads are named using the document ID rather than the original filename

* added POST /documents/{documentId}/actions

* POST /searchFulltext - added pagination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants