Skip to content

Commit 7cbf351

Browse files
committed
cleanup
1 parent 16c4b73 commit 7cbf351

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,12 @@ namespace client
263263

264264
//legacy
265265
Aws::String GeneratePresignedUrl(const Aws::Http::URI& uri,
266-
Aws::Http::HttpMethod method,
267-
const Aws::String& region,
268-
const Aws::String& serviceName,
269-
long long expirationInSeconds,
270-
const Aws::Http::HeaderValueCollection& customizedHeaders,
271-
const std::shared_ptr<Aws::Http::ServiceSpecificParameters> serviceSpecificParameters) const
266+
Aws::Http::HttpMethod method,
267+
const Aws::String& region,
268+
const Aws::String& serviceName,
269+
long long expirationInSeconds,
270+
const Aws::Http::HeaderValueCollection& customizedHeaders,
271+
const std::shared_ptr<Aws::Http::ServiceSpecificParameters> serviceSpecificParameters) const
272272
{
273273
std::shared_ptr<HttpRequest> request = CreateHttpRequest(uri, method, Aws::Utils::Stream::DefaultResponseStreamFactoryMethod);
274274
request->SetServiceSpecificParameters(serviceSpecificParameters);
@@ -286,6 +286,7 @@ namespace client
286286
return {};
287287
}
288288

289+
289290
Aws::String GeneratePresignedUrl(const Aws::Endpoint::AWSEndpoint& endpoint,
290291
Aws::Http::HttpMethod method,
291292
const Aws::String& region,

0 commit comments

Comments
 (0)