Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon s3 S3签名URL和多部分上载_Amazon S3_Amazon Web Services_Jets3t - Fatal编程技术网

Amazon s3 S3签名URL和多部分上载

Amazon s3 S3签名URL和多部分上载,amazon-s3,amazon-web-services,jets3t,Amazon S3,Amazon Web Services,Jets3t,我使用签名URL和Jets3t库访问S3。我已经在inputstream上构建了一个加密流,这样在上传过程中也可以动态地进行加密 我可以使用多部分上传功能,将文件分为多个部分并并行上传到S3 Jets3t是否提供任何支持来处理此类情况?您可以使用多线程类作为服务对象。它有一个方法(java.lang.String bucketName、java.util.List对象),它完全符合我的要求

我使用签名URL和Jets3t库访问S3。我已经在inputstream上构建了一个加密流,这样在上传过程中也可以动态地进行加密

我可以使用多部分上传功能,将文件分为多个部分并并行上传到S3


Jets3t是否提供任何支持来处理此类情况?

您可以使用多线程类作为服务对象。它有一个方法(java.lang.String bucketName、java.util.List对象),它完全符合我的要求