Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Laravel flysystem 获取 s3 存储桶中对象的存储类,但是该类没有方法,如何做到这一点。
该项目thephpleague/flysystem-aws-s3-v3需要更新才能更有说服力。
thephpleague/flysystem-aws-s3-v3
在刀片中:
@php $as3StorageMetaData = ($as3Storage->getMetadata($file)); @endphp
在文件循环中使用:
$as3StorageMetaData["storageclass"]
返回一个常数。
该项目可以使用该功能getStorageClass
getStorageClass