Skip to content

Commit

Permalink
Remove .since() property to prevent auto-removal of deprecated member
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Apr 19, 2024
1 parent 5b230d3 commit c3e1c84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class S3ExpiresIntegration : KotlinIntegration {
builder.removeMember(expiresMember.memberName)
val deprecatedTrait = DeprecatedTrait.builder()
.message("Please use `expiresString` which contains the raw, unparsed value of this field.")
.since("2024-04-16")
.build()

builder.addMember(
Expand Down

0 comments on commit c3e1c84

Please sign in to comment.