Guest User

Untitled

a guest
Nov 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ```
  2. #!/bin/sh
  3.  
  4. echo
  5. echo aws s3 ls s3://alegrium-logs/alegrium2/$(date +%Y%m%d)
  6. aws s3 ls s3://alegrium-logs/alegrium2/$(date +%Y%m%d)
  7.  
  8. echo
  9. echo aws s3 ls s3://alegrium-logs/api/$(date +%Y%m%d)
  10. aws s3 ls s3://alegrium-logs/api/$(date +%Y%m%d)
  11. ```
Add Comment
Please, Sign In to add comment