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.
我必须编写一个 Web 服务,该服务将被 Web 应用程序点击以下载图像。图像 URL 不直接暴露给客户端,它将由一些业务逻辑决定。我正在使用 Amazon S3 进行文件存储,那么如何使用 spring 实现零拷贝文件传输?