-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add S3 support #180
Add S3 support #180
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin, please rerender |
…nda-forge-pinning 2023.07.06.10.08.11
I had to deactivate the tests for Zarr to make this work, but note that this seems to be mostly due to permissions. I will try to give an overview here of the failing tests and the reasons for the failures, taken from the last attempted run before switching off the tests. The pattern is always the same: The failing tests test a bunch of stuff with Zarr files and ultimately try to write a temporary file to an AWS bucket to which we don't have write access. Here I list all the failing tests with links to the line that names the object key to which the access is denied.
|
I think this is ready as is; we might also have a discussion about how to make the tests work. |
@DennisHeimbigner @WardF Can you all shed any light on those tests? Is there a correct incantation that non-Unidata folk can use to only run zarr tests for public data? |
First, what actual netcdf-c version are you using? 4.9.2, I assume. |
Yes, this PR is adding S3 support to the conda-forge builds for netcdf-c 4.9.2. |
4.9.2 does not support S3 testing yet unless you have access to the Unidata S3 private bucket. |
@DennisHeimbigner, thanks, that's right. Do you object to the proposed course of action of merging the support here without re-activating the tests? |
No objection on my part -- it your code. I will note that there are significant |
Thanks, @DennisHeimbigner, sounds good. @dopplershift, is it ok for you to move forward here? |
hi @dopplershift just wanted to drop by thank @zklaus for this and also say we're eagerly awaiting this to be plopped in too 😃 🦅 |
Cheers and thanks everyone! 🎉 |
awesome, very many thanks @zklaus and @dopplershift 🍺 x2 |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)This is a straight-up port of @djhoese's PR to add S3 support, rebased onto the latest
main
.