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

feat: add scaleway support #210

Merged
merged 4 commits into from
Sep 19, 2023
Merged

feat: add scaleway support #210

merged 4 commits into from
Sep 19, 2023

Conversation

sa7mon
Copy link
Owner

@sa7mon sa7mon commented Sep 19, 2023

Changes

  • Add support for scanning buckets in Scaleway
  • Add region check to scan and parse the source of their docs page

Notes

While working on this, I learned a lot about what the GetBucketRegion call actually does and how we can improve the efficiency of checking if a bucket exists. Those notes have all been captured in #209. Additionally, mitmproxy was a huge help in debugging the API interactions. I will be adding it to the dev docker compose file to make future development easier.

Closes #206

@sa7mon sa7mon added the new-provider Add new S3-compatible API label Sep 19, 2023
@github-actions
Copy link

Code Coverage

Package Line Rate Complexity Health
github.com/sa7mon/s3scanner/bucket 90% 0
github.com/sa7mon/s3scanner/cmd/regioncheck 54% 0
github.com/sa7mon/s3scanner/cmd/s3scanner 19% 0
github.com/sa7mon/s3scanner/db 73% 0
github.com/sa7mon/s3scanner/permission 77% 0
github.com/sa7mon/s3scanner/provider 82% 0
github.com/sa7mon/s3scanner/worker 49% 0
Summary 65% (563 / 867) 0

@sa7mon sa7mon merged commit 9d875ac into main Sep 19, 2023
8 checks passed
@sa7mon sa7mon deleted the 206 branch September 19, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-provider Add new S3-compatible API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Scaleway support
1 participant