Skip to content

Instantly share code, notes, and snippets.

View allyshoww's full-sized avatar

Allyson Oliveira allyshoww

View GitHub Profile
@MattHealy
MattHealy / encrypt_all_objects.py
Created June 26, 2017 02:05
Python script to encrypt all existing objects in an S3 bucket
#!/usr/bin/env python
# set SSE on all existing objects
#usage: encrypt_all_objects.py bucketname
import sys
import boto
from boto import connect_s3