-
Notifications
You must be signed in to change notification settings - Fork 309
refactor: makeBucket
#1222
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
refactor: makeBucket
#1222
Conversation
| step('makeBucket(bucketName, region, cb)_region:eu-central-1_', (done) => | ||
| client.makeBucket(`${bucketName}.sec.period`, 'eu-central-1', done), | ||
| step('makeBucket(bucketName, region, cb)_region:eu-central-1_', () => | ||
| client.makeBucket(`${bucketName}.sec.period`, 'eu-central-1'), |
Check failure
Code scanning / CodeQL
Hard-coded credentials
| isDifferentServerRegion = true | ||
| done() | ||
| } | ||
| clientUsEastRegion.makeBucket(`${bucketName}-region`, 'us-east-2', (err) => { |
Check failure
Code scanning / CodeQL
Hard-coded credentials
|
security warnings are false positive... |
|
resolve conflicts |
|
@prakashsvmx would you mind review this PR and approve ci? and looks like CodeQL workflow failed, do you have any idea how to fix this? |
This is a false positive, I think I ignored it in the past, let me check again. |
No description provided.