Lines Matching refs:bucket

27 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key,   in DownloadObjectRequest()  argument
30 OssResumableBaseRequest(bucket, key, checkpointDir, partSize, threadNum), in DownloadObjectRequest()
37 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key, in DownloadObjectRequest() argument
39 …DownloadObjectRequest(bucket, key, filePath, checkpointDir, DefaultPartSize, DefaultResumableThrea… in DownloadObjectRequest()
42 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key, in DownloadObjectRequest() argument
44 DownloadObjectRequest(bucket, key, filePath, "", DefaultPartSize, DefaultResumableThreadNum) in DownloadObjectRequest()
48 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key, in DownloadObjectRequest() argument
51 OssResumableBaseRequest(bucket, key, checkpointDir, partSize, threadNum), in DownloadObjectRequest()
58 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key, in DownloadObjectRequest() argument
60 …DownloadObjectRequest(bucket, key, filePath, checkpointDir, DefaultPartSize, DefaultResumableThrea… in DownloadObjectRequest()
63 DownloadObjectRequest::DownloadObjectRequest(const std::string &bucket, const std::string &key, in DownloadObjectRequest() argument
65 DownloadObjectRequest(bucket, key, filePath, L"", DefaultPartSize, DefaultResumableThreadNum) in DownloadObjectRequest()