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 上的某个文件位置?
例如,我如何将 100 字节的数据块写入 Amazon.S3 上的文件,偏移量为 1000 字节?
不,我认为不下载就无法在 Amazon S3 上就地编辑任何文件。它是一个存储空间,就像您的硬盘一样,您通常必须将文件提取到内存中进行编辑,然后再将其放回(保存)。有很多 API 可以做到这一点。对于 java,您有AWS-SDK。