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.
我的要求是从 Amazon s3 下载文件,而不使用 Aws sdk for java 和使用 rest api 调用。
如果您使文件可公开访问,则可以使用简单的 url 下载它。如果您需要它是私有的,您将需要使用为您处理授权的 api 或工具。
您可以在上传 api 调用过程中或事后使用 AWS 控制台将文件公开。
您还可以使用 api 创建仅在一段时间内可用的过期 url。