-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix multiple s3clients in wave #554
Conversation
Signed-off-by: munishchouhan <[email protected]>
Signed-off-by: munishchouhan <[email protected]>
Tested log storing locally:
|
tested blob deletion in local and its working too |
src/main/groovy/io/seqera/wave/service/aws/ObjectStorageOperationsFactory.groovy
Outdated
Show resolved
Hide resolved
src/main/groovy/io/seqera/wave/service/aws/S3ClientFactory.groovy
Outdated
Show resolved
Hide resolved
Signed-off-by: munishchouhan <[email protected]>
Signed-off-by: munishchouhan <[email protected]>
src/main/groovy/io/seqera/wave/service/aws/ObjectStorageOperationsFactory.groovy
Outdated
Show resolved
Hide resolved
…ionsFactory.groovy [ci skip]
src/main/groovy/io/seqera/wave/service/aws/ObjectStorageOperationsFactory.groovy
Outdated
Show resolved
Hide resolved
…ionsFactory.groovy Co-authored-by: Paolo Di Tommaso <[email protected]>
src/main/groovy/io/seqera/wave/service/aws/ObjectStorageOperationsFactory.groovy
Show resolved
Hide resolved
is there a failing test? |
Same issue
|
got the same error in dev, but not in local |
Found the problem: |
@pditommaso either we can remove buildlogs-aws from envs or change the file as done in this PR |
after removing buildlogs-aws, working in dev now |
I think it makes more sense to remove it at all at this point |
ok sure, i will make the changes |
removed in this PR |
This PR will fix the problem to use two s3clients one for cloudflare and another one for aws