You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using v 11.13.0
Filesystem is s3 driver that is pointed to local minio in docker, image - minio/minio:latest
Model configs:
public const SCORING_MEDIA_COLLECTION = 'scoring';
public function registerMediaCollections(): void
{
$this->addMediaCollection(self::SCORING_MEDIA_COLLECTION)->singleFile();
}
public function saveReport(string $file): void
{
$this->addMediaFromString($file)
->usingFileName('report.pdf')
->toMediaCollection(self::SCORING_MEDIA_COLLECTION);
}
First upload - no problems, file is present in minio and in media table.
Second upload - old file is deleted from minio but the new one is not uploaded, and record in media table is present like nothing is wrong.
This discussion was converted from issue #3884 on November 25, 2025 13:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im using v 11.13.0
Filesystem is s3 driver that is pointed to local minio in docker, image - minio/minio:latest
Model configs:
First upload - no problems, file is present in minio and in media table.
Second upload - old file is deleted from minio but the new one is not uploaded, and record in media table is present like nothing is wrong.
Is this intended behaviour or issue with minio?
Beta Was this translation helpful? Give feedback.
All reactions