-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-4505 Set up EVG uploads for v4.8 branch #1697
Conversation
evergreen retry |
The coverage report is still failing:
Also I see this warning:
Is the dots in the bucket name a problem we need to workaround? |
I'm debugging the coverage issue. For the bucket name, we're fine to ignore that warning: "For best compatibility, we recommend that you avoid using dots (.) in bucket names, except for buckets that are used only for static website hosting. If you include dots in a bucket's name, you can't use virtual-host-style addressing over HTTPS, unless you perform your own certificate validation. This is because the security certificates used for virtual hosting of buckets don't work for buckets with dots in their names." https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html |
We're blocked on coverage for now, we're lacking ListObjectsV2 permission. We discussed merging for now with this known limitation. |
No description provided.