Skip to content

Commit 6a77d7e

Browse files
Updated Design.md - removed codegen annotations
1 parent f4d7592 commit 6a77d7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/design/core/presignedURL-Get/Design.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ GetObjectResponse response = presignManager.getObject(request);
6565
* Presigned URL Manager class that implements presigned URL features for an async client.
6666
*/
6767
@SdkPublicApi
68-
@Generated("software.amazon.awssdk:codegen")
6968
public interface AsyncPresignedUrlManager {
7069

7170
/**
@@ -99,7 +98,6 @@ public interface AsyncPresignedUrlManager {
9998
* Presigned URL Manager class that implements presigned URL features for a sync client.
10099
*/
101100
@SdkPublicApi
102-
@Generated("software.amazon.awssdk:codegen")
103101
public interface PresignedUrlManager {
104102

105103
/**

0 commit comments

Comments
 (0)