nova-medialibrary-field icon indicating copy to clipboard operation
nova-medialibrary-field copied to clipboard

Replace File Issue

Open jay2238 opened this issue 4 years ago • 1 comments

When I try to replace the image then the image not store in s3

Medialibrary::make('Avatar', 'profile_image', 's3') ->previewUsing(function ($media) { return $media->getTemporaryUrl(now()->addMinutes(5)); }) ->autouploading() ->single() ->withMeta([ 'indexPreviewClassList' => 'rounded w-8 h-8 ml-2', 'detailsPreviewClassList' => 'w-32 h-24 rounded-b', ]),

jay2238 avatar Dec 24 '20 07:12 jay2238

@jay2238 Is this still a problem?

dmitrybubyakin avatar Mar 04 '21 06:03 dmitrybubyakin