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.
我想使用 java 将文件从 QNX 平台传输到 AWS S3 存储桶。QNX 平台中 jar 文件的最大大小为 <4MB。
但是 AWS java 库非常大 > 40MB。是否有任何可用于 java 的较小尺寸的 AWS s3 客户端库。
我认为您不需要包含所有 AWS java 库。您只需要添加 core (aws-java-sdk-core) 和 s3 (aws-java-sdk-s3),总和不到 2MB。