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

Optionally skip extra s3 metadata #1392

Merged
merged 2 commits into from
Jan 6, 2017
Merged

Optionally skip extra s3 metadata #1392

merged 2 commits into from
Jan 6, 2017

Conversation

ssalinas
Copy link
Member

@ssalinas ssalinas commented Jan 6, 2017

No description provided.

@@ -199,7 +199,7 @@ private boolean isCurrentDeploy(String requestId, String deployId) {
return prefixes;
}

private List<SingularityS3Log> getS3LogsWithExecutorService(S3Configuration s3Configuration, Optional<String> group, ListeningExecutorService executorService, Collection<String> prefixes) throws InterruptedException, ExecutionException, TimeoutException {
private List<SingularityS3Log> getS3LogsWithExecutorService(S3Configuration s3Configuration, Optional<String> group, ListeningExecutorService executorService, Collection<String> prefixes, final boolean excldueMetadata) throws InterruptedException, ExecutionException, TimeoutException {
Copy link
Contributor

Choose a reason for hiding this comment

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

typo here

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, fixed

@tpetr
Copy link
Contributor

tpetr commented Jan 6, 2017

LGTM

@ssalinas ssalinas modified the milestone: 0.14.0 Jan 6, 2017
@ssalinas ssalinas merged commit 80e9d0a into master Jan 6, 2017
@ssalinas ssalinas deleted the skip_metadata branch January 6, 2017 16:23
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