芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/storage-settings/local-to-aws.blade.php
Move files from local to aws
×
Name
Size
Location
Moved
@foreach($files as $file)
@if ($file->icon == 'images')
@else
@endif
{{$file->size_format}}
{{$file->storage_location}}
@if($file->storage_location === 'aws_s3')
@else
@endif
@endforeach
@if($localFilesCount==0)
@lang('messages.allFilesMovedtoAws')
@endif