@@ -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 ,
0 commit comments