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

Builder refactoring including WithBucket. #454

Merged

Conversation

BigUstad
Copy link
Contributor

@BigUstad BigUstad commented Sep 3, 2020

No description provided.

@BigUstad BigUstad force-pushed the minio-dotnet-builder-refactor-constructor branch from 2a23d8c to 40035b4 Compare September 8, 2020 16:20
@BigUstad BigUstad changed the title [wip] Builder refactoring including WithBucket. Builder refactoring including WithBucket. Sep 8, 2020
@BigUstad BigUstad force-pushed the minio-dotnet-builder-refactor-constructor branch from 40035b4 to d74450a Compare September 8, 2020 20:48
@@ -36,6 +38,7 @@ public static Hashtable CloneHashTable(Hashtable h)
}
public Args()
{
this.RequestMethod = Method.HEAD;
Copy link
Contributor

Choose a reason for hiding this comment

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

is this required?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If it is not assigned, the request is HEAD.

@BigUstad BigUstad force-pushed the minio-dotnet-builder-refactor-constructor branch from d74450a to 977bd43 Compare September 9, 2020 00:42
@BigUstad BigUstad force-pushed the minio-dotnet-builder-refactor-constructor branch from 977bd43 to bb5a664 Compare September 9, 2020 00:53
@poornas
Copy link
Contributor

poornas commented Sep 9, 2020

are you planning to refactor all the bucket operations in this PR? other than that, looks good to me. Using abstract class here is a nice improvement.

Copy link
Contributor

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

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

LGTM

@kannappanr kannappanr merged commit d49910c into minio:master Sep 9, 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.

3 participants