4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
  • How to Setup AWS S3 Access from Specific IPs - Pete Cheslock - Arnaud's links

    via blue

    {
        "Id": "S3PolicyId1",
        "Statement": [
            {
                "Sid": "IPDeny",
                "Effect": "Deny",
                "Principal": {
                    "AWS": "*"
                },
                "Action": "s3:*",
                "Resource": "arn:aws:s3:::my-wicked-awesome-bucket/*",
                "Condition": {
                    "NotIpAddress": {
                        "aws:SourceIp": "72.309.38.2/32"
                    }
                }
            }
        ]
    }
    December 21, 2016 09:51:42 AM GMT+01:00 * - permalink -
    QRCode
    - https://infomee.fr/links/?sy60Og
    aws
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation