Skip to content

Commit 7a8c505

Browse files
authored
Update to the latest AWSSDK packages (#2983)
1 parent 5dc0db7 commit 7a8c505

3 files changed

Lines changed: 20 additions & 7 deletions

File tree

src/CommandLine/NServiceBus.Transports.SQS.CommandLine.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="AWSSDK.S3" Version="4.0.0.3" />
19-
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.0.2" />
20-
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.2" />
18+
<PackageReference Include="AWSSDK.S3" Version="4.0.17.1" />
19+
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.2.13" />
20+
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.11" />
2121
<PackageReference Include="BitFaster.Caching" Version="2.5.3" />
2222
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
2323
<PackageReference Include="Particular.Packaging" Version="4.2.2" PrivateAssets="All" />

src/NServiceBus.Transport.SQS.Tests/MockS3Client.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ public Task<PutObjectResponse> PutObjectAsync(PutObjectRequest request, Cancella
6262
public string GetPreSignedURL(GetPreSignedUrlRequest request) => throw new NotImplementedException();
6363

6464
public Task<string> GetPreSignedURLAsync(GetPreSignedUrlRequest request) => throw new NotImplementedException();
65+
public CreatePresignedPostResponse CreatePresignedPost(CreatePresignedPostRequest request) => throw new NotImplementedException();
66+
67+
public Task<CreatePresignedPostResponse> CreatePresignedPostAsync(CreatePresignedPostRequest request) => throw new NotImplementedException();
6568

6669
public Task<AbortMultipartUploadResponse> AbortMultipartUploadAsync(string bucketName, string key, string uploadId, CancellationToken cancellationToken = default) => throw new NotImplementedException();
6770

@@ -85,6 +88,7 @@ public Task<CopyPartResponse> CopyPartAsync(string sourceBucket, string sourceKe
8588
throw new NotImplementedException();
8689

8790
public Task<CopyPartResponse> CopyPartAsync(CopyPartRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
91+
public Task<CreateBucketMetadataConfigurationResponse> CreateBucketMetadataConfigurationAsync(CreateBucketMetadataConfigurationRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
8892

8993
public Task<CreateBucketMetadataTableConfigurationResponse> CreateBucketMetadataTableConfigurationAsync(CreateBucketMetadataTableConfigurationRequest request,
9094
CancellationToken cancellationToken = default) =>
@@ -101,6 +105,7 @@ public Task<CreateBucketMetadataTableConfigurationResponse> CreateBucketMetadata
101105
public Task<DeleteBucketEncryptionResponse> DeleteBucketEncryptionAsync(DeleteBucketEncryptionRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
102106

103107
public Task<DeleteBucketInventoryConfigurationResponse> DeleteBucketInventoryConfigurationAsync(DeleteBucketInventoryConfigurationRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
108+
public Task<DeleteBucketMetadataConfigurationResponse> DeleteBucketMetadataConfigurationAsync(DeleteBucketMetadataConfigurationRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
104109

105110
public Task<DeleteBucketMetadataTableConfigurationResponse> DeleteBucketMetadataTableConfigurationAsync(DeleteBucketMetadataTableConfigurationRequest request,
106111
CancellationToken cancellationToken = default) =>
@@ -145,6 +150,7 @@ public Task<DeleteBucketOwnershipControlsResponse> DeleteBucketOwnershipControls
145150
public Task<DeleteObjectTaggingResponse> DeleteObjectTaggingAsync(DeleteObjectTaggingRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
146151

147152
public Task<DeletePublicAccessBlockResponse> DeletePublicAccessBlockAsync(DeletePublicAccessBlockRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
153+
public Task<GetBucketAbacResponse> GetBucketAbacAsync(GetBucketAbacRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
148154

149155
public Task<GetACLResponse> GetACLAsync(string bucketName, CancellationToken cancellationToken = default) => throw new NotImplementedException();
150156

@@ -169,6 +175,7 @@ public Task<DeleteBucketOwnershipControlsResponse> DeleteBucketOwnershipControls
169175
public Task<GetBucketLoggingResponse> GetBucketLoggingAsync(string bucketName, CancellationToken cancellationToken = default) => throw new NotImplementedException();
170176

171177
public Task<GetBucketLoggingResponse> GetBucketLoggingAsync(GetBucketLoggingRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
178+
public Task<GetBucketMetadataConfigurationResponse> GetBucketMetadataConfigurationAsync(GetBucketMetadataConfigurationRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
172179

173180
public Task<GetBucketMetadataTableConfigurationResponse> GetBucketMetadataTableConfigurationAsync(GetBucketMetadataTableConfigurationRequest request,
174181
CancellationToken cancellationToken = default) =>
@@ -295,6 +302,7 @@ public Task<ListDirectoryBucketsResponse> ListDirectoryBucketsAsync(ListDirector
295302
public Task<PutBucketResponse> PutBucketAsync(string bucketName, CancellationToken cancellationToken = default) => throw new NotImplementedException();
296303

297304
public Task<PutBucketResponse> PutBucketAsync(PutBucketRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
305+
public Task<PutBucketAbacResponse> PutBucketAbacAsync(PutBucketAbacRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
298306

299307
public Task<PutBucketAccelerateConfigurationResponse> PutBucketAccelerateConfigurationAsync(PutBucketAccelerateConfigurationRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
300308

@@ -349,6 +357,7 @@ public Task<PutBucketOwnershipControlsResponse> PutBucketOwnershipControlsAsync(
349357
public Task<PutObjectTaggingResponse> PutObjectTaggingAsync(PutObjectTaggingRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
350358

351359
public Task<PutPublicAccessBlockResponse> PutPublicAccessBlockAsync(PutPublicAccessBlockRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
360+
public Task<RenameObjectResponse> RenameObjectAsync(RenameObjectRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
352361

353362
public Task<RestoreObjectResponse> RestoreObjectAsync(string bucketName, string key, CancellationToken cancellationToken = default) => throw new NotImplementedException();
354363

@@ -364,6 +373,10 @@ public Task<RestoreObjectResponse> RestoreObjectAsync(string bucketName, string
364373
public Task<RestoreObjectResponse> RestoreObjectAsync(RestoreObjectRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
365374

366375
public Task<SelectObjectContentResponse> SelectObjectContentAsync(SelectObjectContentRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
376+
public Task<UpdateBucketMetadataInventoryTableConfigurationResponse> UpdateBucketMetadataInventoryTableConfigurationAsync(UpdateBucketMetadataInventoryTableConfigurationRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
377+
378+
public Task<UpdateBucketMetadataJournalTableConfigurationResponse> UpdateBucketMetadataJournalTableConfigurationAsync(UpdateBucketMetadataJournalTableConfigurationRequest request, CancellationToken cancellationToken = new CancellationToken()) => throw new NotImplementedException();
379+
367380
public Task<UploadPartResponse> UploadPartAsync(UploadPartRequest request, CancellationToken cancellationToken = default) => throw new NotImplementedException();
368381

369382
public Task<WriteGetObjectResponseResponse> WriteGetObjectResponseAsync(WriteGetObjectResponseRequest request,

src/NServiceBus.Transport.SQS/NServiceBus.Transport.SQS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="AWSSDK.S3" Version="4.0.0.3" />
11+
<PackageReference Include="AWSSDK.S3" Version="4.0.17.1" />
1212
<!-- Required for IAM Roles for Service Accounts even though no API is added -->
13-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.2" />
14-
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.0.2" />
15-
<PackageReference Include="AWSSDK.SQS" Version="4.0.0.2" />
13+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.6" />
14+
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.2.13" />
15+
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.11" />
1616
<PackageReference Include="BitFaster.Caching" Version="2.5.3" />
1717
<PackageReference Include="NServiceBus" Version="9.2.7" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)