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

Allow the use of HTTP/HTTPS proxies for use with AWS S3 Filewriter/FileReader #4220

Open
rbeckman-nextgen opened this issue May 11, 2020 · 3 comments

Comments

@rbeckman-nextgen
Copy link
Collaborator

Right now, the call being made to the S3 SDK is not passing any variables relating to proxies which is available per the SDK.

ClientConfiguration createClientConfiguration(int timeout) {
ClientConfiguration clientConfiguration = new ClientConfiguration();
clientConfiguration.setConnectionTimeout(timeout);
clientConfiguration.setSocketTimeout(timeout);
return clientConfiguration;
}

Can the functionality be added to allow configuration of HTTP/S proxies to be used with and without authentication in the Filewriter / Filereader or S3 configuration menu, and allow the use of Configuration Map (velocity?) variables to be used in the various fields as well.

Imported Issue. Original Details:
Jira Issue Key: MIRTH-4344
Reporter: brianda
Created: 2018-12-07T09:54:15.000-0800

@cturczynskyj cturczynskyj added the closed-due-to-inactivity This is being closed due to age. If this is still an issue, comment and we can reopen. label Mar 1, 2021
@pladesma pladesma closed this as completed Mar 1, 2021
@evulhotdog
Copy link

evulhotdog commented Mar 1, 2021

Lets keep this open :)

@tonygermano tonygermano reopened this Jan 26, 2022
@tonygermano tonygermano removed the closed-due-to-inactivity This is being closed due to age. If this is still an issue, comment and we can reopen. label Jan 26, 2022
@tonygermano
Copy link
Collaborator

Reopened as this is still a valid request being made in the slack channel.

@twest-mirthconnect
Copy link
Contributor

@cturczynskyj @pladesma - Will you take a look at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants