3 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
64
views
Minio Access denied with liferay
Facing an error while uploading large images with a size over 20MB through Liferay, it gives me
2025年05月11日 11:47:28.861 INFO [pool-7-thread-1][UploadCallable:284] Unable to abort multipart upload, ...
0
votes
0
answers
89
views
Using spark to read data from MinIO
I have been trying to pull data from MinIO using spark using s3a but when running the code there was not much happening when I set the log level to debug it found that the connection with minIO is not ...
2
votes
1
answer
1k
views
How can I delete all versions of an object in a versioning-enabled minio bucket using java SDK?
I could not find any parameter for deleting all versions of an object using Minio java SDK. For example, the following code only marks an object as deleted, but it does not really delete the object ...