-
Notifications
You must be signed in to change notification settings - Fork 77
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
*Suggestion* Remove AWS from core library #10
Comments
I'm not able to set labels which is why I put "*Suggestion*" in the title. If there's a way to label this as a suggestion and remove that from the title itself, I'm down for that. |
Thank you for suggestion! I completely agree with you. I think we should have a S3 integration as a separate project. I'll look into it as I'll be more comfortable with the codebase of the project. For now I want to focus to review and merge all current pull requests. p.s. I'm fine with the current title :) |
@achempion so what about this? It continues to clutter the logs : V |
I think these are all related to what you have created the issue for? I am only ever going to use local and configured to work with local.
|
The solution seems to extract AWS integration into a separate library or disable warnings somehow (which is not good). |
@achempion Has there been any progress made for this? As a non-user of AWS my logs also get cluttered quite a bit with warnings from the undefined modules. Is there anything we can do to speed things along? Am I right in thinking it's just the |
If we could at least get a repo under the umbrella project opened up with maybe a placeholder README or something, that would allow the community to work on the extraction, moving all the AWS-specific bits to the new project, and open a PR or something for the "initial commit". That's the best solution I can think of to speed this along if the |
I've created a repo to move S3 integration into. PR is welcome |
See this PR and this waffle_s3 PR. I can't guarantee either one works 100%, this is just for the sake of getting the ball rolling. If we want, we could create a branch of |
Wanted to bump this. It looks like elixir-waffle/waffle_s3#1 was merged a while back. Is there any plan for a major release to separate these? |
Hey, I do plan to separate it but thinking about slightly modifying current DSL as well to make file management more flexible for different configuration needs/demands |
Suggestion
Extract the AWS integration from the core Waffle library to a separate project.
Reasoning
Two reasons:
Additionally, because there's now an umbrella account (
elixir-waffle
) I think it makes even more sense to split this out as something likewaffle_aws
(similar to how there'swaffle_ecto
).The text was updated successfully, but these errors were encountered: