I have the following script file that writes files to s3 from a local file system: And the output is coming out in a specific grok pattern needed for me to parse this output as logs into Elastic Search, however the line 27 output is as follows: that upload and 0 of 0 0%… Line is created by the exec
Tag: amazon-s3
AWS CLI S3 CP –recursive function works in console but not in .sh file
I have the following line inside of a .sh file: When I run this line in the console, it runs fine and completes as expected. When I run this line inside of a .sh file, the line returns the following error. Here is my full .sh script. If I manually add the Run.py file (not having it copied over from
Need to Mask the sensitive information in jenkins
I have a scenario where when we run Jenkins build we download the sensitive data from the s3 bucket and the information we download is being set as environment variables. But downloaded information is being spat out and I need to mask the whole stage! is there any way to mask the whole stage? I tried looking into mask passwords
Cronjob is not running in Linux
So I am trying to automate backups to S3 buckets through linux. The script I am trying to run is The cronjob to run that script is 44 11 * * * ./backup.sh However whenever I try to run the backup script (by updating cronjob) it does not seem to be working at all. Any ideas why it will not