Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bucket Encryption API. #494

Merged
merged 3 commits into from
Dec 17, 2020

Conversation

BigUstad
Copy link
Contributor

@BigUstad BigUstad commented Dec 1, 2020

Example, Functional test

Example, Functional test
@BigUstad BigUstad force-pushed the minio-dotnet-bucketencryption branch from c3873d8 to b8c8536 Compare December 3, 2020 00:58
@@ -69,8 +69,9 @@ public class FunctionalTest
private const string getBucketPolicySignature = "Task<string> GetPolicyAsync(GetPolicyArgs args, CancellationToken cancellationToken = default(CancellationToken))";
private const string setBucketPolicySignature = "Task SetPolicyAsync(SetPolicyArgs args, CancellationToken cancellationToken = default(CancellationToken))";
private const string getBucketNotificationSignature = "Task<BucketNotification> GetBucketNotificationAsync(GetBucketNotificationsArgs args, CancellationToken cancellationToken = default(CancellationToken))";
private const string setBucketNotificationSignature = "Task SetBucketNotificationAsync(SetBucketNotificationsArgs args, CancellationToken cancellationToken = default(CancellationToken))";
private const string setBucketNotificationSignature = "Task SetBucketNotificationAsync(SetBucketEncryptionArgs args, CancellationToken cancellationToken = default(CancellationToken))";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private const string setBucketNotificationSignature = "Task SetBucketNotificationAsync(SetBucketEncryptionArgs args, CancellationToken cancellationToken = default(CancellationToken))";
private const string setBucketNotificationSignature = "Task SetBucketNotificationAsync(SetBucketNotificationsArgs args, CancellationToken cancellationToken = default(CancellationToken))";

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed. More tests added to the function.

@BigUstad BigUstad force-pushed the minio-dotnet-bucketencryption branch 3 times, most recently from 262eedd to dadc8f4 Compare December 9, 2020 21:30
@BigUstad BigUstad force-pushed the minio-dotnet-bucketencryption branch from dadc8f4 to 8f5f285 Compare December 13, 2020 02:57
@BigUstad BigUstad force-pushed the minio-dotnet-bucketencryption branch 3 times, most recently from 94240dc to e9b311f Compare December 16, 2020 21:45
@BigUstad BigUstad force-pushed the minio-dotnet-bucketencryption branch from e9b311f to 8d1b7be Compare December 17, 2020 05:57
@kannappanr kannappanr merged commit 629361f into minio:master Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants