Skip to content

Commit 74517bf

Browse files
committed
fix reviews
1 parent c31838b commit 74517bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws-cpp-sdk-core/include/smithy/client/features/ChunkingInterceptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AwsChunkedStreamBuf : public std::streambuf {
5858
* Interceptor that handles chunked encoding for streaming requests with checksums.
5959
* Wraps request body with chunked stream and sets appropriate headers.
6060
*/
61-
class AWS_CORE_API ChunkingInterceptor : public smithy::interceptor::Interceptor {
61+
class ChunkingInterceptor : public smithy::interceptor::Interceptor {
6262
public:
6363
ChunkingInterceptor() : m_httpClientChunkedMode(Aws::Client::HttpClientChunkedMode::DEFAULT) {}
6464
explicit ChunkingInterceptor(const Aws::Client::ClientConfiguration& config)

0 commit comments

Comments
 (0)