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

Feature/support custom aws endpoint #1101

Merged

Conversation

graysonchen
Copy link
Contributor

No description provided.

<%#= label_tag t('camaleon_cms.admin.settings.filesystem_s3_endpoint', default: 'filesystem_s3_endpoint') %> <small>(*)</small><br>
<%#= text_field :options, :filesystem_s3_endpoint, :class => "form-control required", value: @site.get_option("filesystem_s3_endpoint"), placeholder: 's3-us-west-2.amazonaws.com' %>
</div>-->
<div class="form-group">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, @graysonchen !

Let's ask first @owen2345 why the code has been commented from the very creation? Are there any obstacles to enable it?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIR, the implementation was not complete and thus I preserved the HTML part commented.

Copy link
Owner

@owen2345 owen2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@graysonchen
Copy link
Contributor Author

hey @texpert is it ready to merge it? @owen2345 Thank you feedback.

@texpert
Copy link
Collaborator

texpert commented Oct 22, 2024

hey @texpert is it ready to merge it? @owen2345 Thank you feedback.

@graysonchen, not yet ready to merge - there is a lint failure, and also, a failure of the rails_edge version. Can you fix them? Otherwise, I'll work on them when I will have some time - hopefully, next weekend.

@texpert
Copy link
Collaborator

texpert commented Oct 26, 2024

OK, I've fixed the Rubocop issue, and the remaining failure is caused by font-awesome-rails and non-digest-assets not yet supporting the Rails 8 version. So, merging it!

Thanks again, @graysonchen!

@texpert texpert merged commit 4772316 into owen2345:master Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants