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

Removing unnecessary additional storage initialization #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AnatolyPopov
Copy link
Contributor

No description provided.

@AnatolyPopov AnatolyPopov requested a review from a team as a code owner June 14, 2023 10:29
@ivanyu ivanyu self-assigned this Jun 14, 2023
Comment on lines -81 to -83
private ObjectFetcher fetcher;
private ObjectUploader uploader;
private ObjectDeleter deleter;
Copy link
Contributor

Choose a reason for hiding this comment

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

From our discussions, we explicitly wanted these to be separate, primarily to have separate S3 clients for different purposes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should then this be documented? I vaguely remember that but it's not obvious

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adjusting the PR accordingly

Copy link
Contributor Author

Choose a reason for hiding this comment

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

However I still think that we then need to create separate clients inside s3 implementation instead.

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.

2 participants