Name of bucket: my-bucket
{
  "Statement": [
    {
      "Action": "s3:*",
      "Effect": "Allow",
      "Resource": [
 "arn:aws:s3:::my-bucket",
Name of bucket: my-bucket
{
  "Statement": [
    {
      "Action": "s3:*",
      "Effect": "Allow",
      "Resource": [
 "arn:aws:s3:::my-bucket",
I hereby claim:
To claim this, I am signing this object:
Get your local branch to match the online repository i.e. online repo -> local
git fetch origin
git reset --hard origin/master
| #Copy via: https://gist.github.com/kurokikaze/350fe1713591641b3b42#gistcomment-1754878 | |
| $LocalTempDir = $env:TEMP; $ChromeInstaller = "ChromeInstaller.exe"; (new-object System.Net.WebClient).DownloadFile('http://dl.google.com/chrome/install/375.126/chrome_installer.exe', "$LocalTempDir\$ChromeInstaller"); & "$LocalTempDir\$ChromeInstaller" /silent /install; $Process2Monitor = "ChromeInstaller"; Do { $ProcessesFound = Get-Process | ?{$Process2Monitor -contains $_.Name} | Select-Object -ExpandProperty Name; If ($ProcessesFound) { "Still running: $($ProcessesFound -join ', ')" | Write-Host; Start-Sleep -Seconds 2 } else { rm "$LocalTempDir\$ChromeInstaller" -ErrorAction SilentlyContinue -Verbose } } Until (!$ProcessesFound) | 
| -- Returns a list of all User created tables on MS-SQL along with a count of rows of each | |
| SELECT o.NAME, | |
| i.rowcnt | |
| FROM sysindexes AS i | |
| INNER JOIN sysobjects AS o ON i.id = o.id | |
| WHERE i.indid < 2 AND OBJECTPROPERTY(o.id, 'IsMSShipped') = 0 | |
| ORDER BY o.NAME | 
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |