Home
last modified time | relevance | path

Searched defs:requestFilePath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DS3MetaRequestOptions.java85 private Path requestFilePath; field in S3MetaRequestOptions
188 public S3MetaRequestOptions withRequestFilePath(Path requestFilePath) { in withRequestFilePath()
H A DS3Client.java237 HttpRequestBodyStream httpRequestBodyStream, byte[] requestFilePath, in s3ClientMakeMetaRequest()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/
H A DS3CrtAsyncHttpClient.java146 Path requestFilePath = httpExecutionAttributes.getAttribute(OBJECT_FILE_PATH); in execute() local
238 … Path requestFilePath = asyncRequest.httpExecutionAttributes().getAttribute(OBJECT_FILE_PATH); in toCrtRequest() local