-
- All Implemented Interfaces:
public interface S3RequestParamsRepresents a basic S3 request.
-
-
Method Summary
Modifier and Type Method Description abstract MutableHeadersgetHeaders()Additional/custom headers to send with the S3 operation request. abstract MutableQueryParamsgetQueryParams()Additional/custom query parameters to send with the S3 operation request. -
-
Method Detail
-
getHeaders
abstract MutableHeaders getHeaders()
Additional/custom headers to send with the S3 operation request.
-
getQueryParams
abstract MutableQueryParams getQueryParams()
Additional/custom query parameters to send with the S3 operation request.
-
-
-
-