What are the conditions for a document / blob to move from the Insight db to an AWS S3 bucket?

So the client wants aws s3 object locking when a retention rule is applied As the default s3 bucket is shared and doesn't already have object locking the idea is to have an additional s3 bucket, with object locking. But none of that is actually part of my question.

My question is, why is the document / blob (manually importing a pdf when creating a document) not showing up on the default s3 bucket? One coworker mentioned that if I was reusing an existing sample pdf, which was already in the bucket, that would only result in an additional pointer to the object. So I'm creating PDFs which are different, changing the text in a google document before saving it off as a PDF.

Also am I correct in assuming the uuid I see in the json from the document, will be the same uuid in the s3 bucket?

“blobUrl”: “[https://xyz.com/csp/nxfile/default/d67ebdc9-c633-4ce8-9f52-cc69b5073a5c/file:content/Record%202024.08.10.1.pdf]

So this value d67ebdc9-c633-4ce8-9f52-cc69b5073a5c

Thx

0 votes

0 answers

487 views

ANSWER