Skip to content

Instantly share code, notes, and snippets.

@si294r
Created November 23, 2017 08:06
Show Gist options
  • Select an option

  • Save si294r/6058b02dfaf2ab58fc64fce80088cb8e to your computer and use it in GitHub Desktop.

Select an option

Save si294r/6058b02dfaf2ab58fc64fce80088cb8e to your computer and use it in GitHub Desktop.
#!/bin/sh

echo
echo aws s3 ls s3://alegrium-logs/alegrium2/$(date +%Y%m%d)
aws s3 ls s3://alegrium-logs/alegrium2/$(date +%Y%m%d)

echo
echo aws s3 ls s3://alegrium-logs/api/$(date +%Y%m%d)
aws s3 ls s3://alegrium-logs/api/$(date +%Y%m%d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment