-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
Description
执行命令并粘贴以下结果。
Command: uname -a && php -v && composer info | grep mineadmin && php --ri swoole
/www # uname -a && php -v && composer info | grep mineadmin && php --ri swoole
Linux acbf7f4509d5 6.10.14-linuxkit #1 SMP Wed Sep 10 06:47:45 UTC 2025 aarch64 Linux
PHP 8.1.27 (cli) (built: Feb 21 2024 14:48:59) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.27, Copyright (c) Zend Technologies
with Zend OPcache v8.1.27, Copyright (c), by Zend Technologies
mineadmin/access 3.0.23 Mineadmin Access Component
mineadmin/app-store 3.0.23 Mineadmin 2.0 AppStore Extension
mineadmin/auth-jwt 3.0.23 Mineadmin New Jwt Auth Component
mineadmin/core 3.0.23 Mineadmin Core Component
mineadmin/jwt 3.0.23 Mineadmin jwt component
mineadmin/support 3.0.23 MineAdmin Support component
mineadmin/swagger 3.0.23 Mineadmin Swagger component
mineadmin/upload 3.0.23 Mineadmin Upload component
swoole
Swoole => enabled
Author => Swoole Team <[email protected]>
Version => 6.0.2
Built => Aug 2 2025 04:02:05
coroutine => enabled with boost asm context
epoll => enabled
eventfd => enabled
signalfd => enabled
cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
openssl => OpenSSL 3.1.8 11 Feb 2025
dtls => enabled
http2 => enabled
json => enabled
curl-native => enabled
curl-version => 8.12.1
c-ares => 1.19.1
zlib => 1.2.13
brotli => E16777225/D16777225
mutex_timedlock => enabled
pthread_barrier => enabled
coroutine_pgsql => enabled
coroutine_odbc => enabled
coroutine_sqlite => enabled
Directive => Local Value => Master Value
swoole.enable_library => On => On
swoole.enable_fiber_mock => Off => Off
swoole.enable_preemptive_scheduler => Off => Off
swoole.display_errors => On => On
swoole.use_shortname => Off => Off
swoole.unixsock_buffer_size => 8388608 => 8388608bug描述:
配置S3 并且修改config.file.default = s3
/admin/attachment/upload
但是上传文件 并没有生效 依旧是本地上传
重现步骤:
dosubot and youzixilan