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

AWS Download app #17

Open
mthomann opened this issue Aug 8, 2019 · 8 comments
Open

AWS Download app #17

mthomann opened this issue Aug 8, 2019 · 8 comments

Comments

@mthomann
Copy link

mthomann commented Aug 8, 2019

I’m using the Enfocus App „AWS Download“ for a customer. It worked great.

Now I had to install it again on a new Windows 2016 Server. I installed AWS CLI (over MSI and pip3) in version 1.16.211 and I did the configuration. In the cmd I can run "aws --version" or for example "aws s3 cp" to copy a file to the local filesystem. I also have some batch-scripts which I can run in Enfocus Switch which calling the aws cli.

But with the Enfocus app (AWS Download) it doesn’t work. I get the error message: AWS CLI does not appear to be installed!

Do you have any idea?

@mthomann
Copy link
Author

mthomann commented Aug 8, 2019

Bildschirmfoto 2019-08-06 um 18 28 15

This is the error message I get in the Switch log.

@mthomann
Copy link
Author

Hi,

Do you have any idea, what could be wrong with the configuration?

Best regards,
Martin

@BasSchuring
Copy link

I,ve git the same error. Did you get it working Martin?

@mthomann
Copy link
Author

Yes, but without the AWS Download app. I just had a batch script which did the "aws s3 cp" call.

@BasSchuring
Copy link

BasSchuring commented Nov 19, 2021 via email

@mthomann
Copy link
Author

You don't need the scripting module. A BatchScript can be run with the "Execute Command" tool. This is - I think - part of the Configurator Module.
And I' just seen, there is an other app to run commands: https://www.enfocus.com/en/appstore/product/run-command?language_redirect=1
You can try there to run your AWS command.

@DjThossi
Copy link

Yes, but without the AWS Download app. I just had a batch script which did the "aws s3 cp" call.

Hey @mthomann we have the same problem to get it working. We even tried already to downgrade AWS to version 1. We get it working as much as the debug shows us the AWS CLI version but we are not able to get it running properly. Therefore we' like to ask if you could share your bash script here, please?

@DjThossi
Copy link

Hey, we solved it by simply running this command inside a bash script.
/usr/locl/bin/aws s3 mv --exclude "*" --include "*.xml" s3://BUCKET /ABSOLUTE_TARGET_PATH --recursive

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

No branches or pull requests

3 participants