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.
我读了这个问题,所以我知道如何在没有 KnpGaufretteBundle 的情况下获得大小,但我想知道是否有办法使用它。我在适配器类上找不到任何东西。
在 S3 上检查文件大小而不下载?
谢谢 ;)
你不能。S3 适配器不实现该SizeCalculator接口。但是您可能希望创建一个拉取请求来改进它们,因此适配器将对对象执行 HEAD 请求以检索Content-Length.
SizeCalculator
Content-Length