【发布时间】:2016-03-26 01:46:01
【问题描述】:
我正在像这样向亚马逊 s3 服务器发送文件,并且确实需要将发送文件的部分大小从默认的亚马逊 (5mb) 更改为 1 mb,有什么办法吗?
TransferObserver observer = transferUtility.upload(
"mydir/test_dir", /* The bucket to upload to */
data.getData().getLastPathSegment(), /* The key for the uploaded object */
root /* The file where the data to upload exists */
);;
【问题讨论】:
-
@RubioRic 哇,太好了。您认为可以选择在客户端添加还是仅在服务器端添加?
-
我不是 amazon s3 的专家,抱歉。但是链接信息与客户端的配置有关。
标签: java android amazon-web-services amazon-s3