Minio Processing #2447
Unanswered
thiagocaparelli
asked this question in
Q&A
Replies: 1 comment
-
@hauck-jvsh could you help him? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to integrate MinIO with IPED, but I'm encountering some issues.
This command executed successfully:
./jre/bin/java -D"MinioCredentials=accesskey:XPTO@XPTO;secretkey:XPTO;bucket:iped4" -jar iped.jar -d "\10.235.4.98\e\Apple iCloud (Backup)_2025-02-10_Relatório - Copia.ufdr" -o c:\saida_teste_11
It seems to have created the following folder structure in MinIO:
PS C:> .\mc.exe ls MINIO/iped4
[2025-03-20 19:57:03 -03] 0B 0/
[2025-03-20 19:57:03 -03] 0B 3/
[2025-03-20 19:57:03 -03] 0B 9/
[2025-03-20 19:57:03 -03] 0B A/
[2025-03-20 19:57:03 -03] 0B E/
[2025-03-20 19:57:03 -03] 0B F/
However, I encountered multiple errors.
It seems that while the folders were created, none of the files were uploaded.
The evidence file is 22GB in size.
Any ideas on what might be causing this issue?
Thanks!
Error log
IPED-2025-03-20-17-57-46.log
Succesfull (Without minio configurated)
IPED-2025-03-20-12-12-40.log
Beta Was this translation helpful? Give feedback.
All reactions