Skip to content

Instantly share code, notes, and snippets.

View pgebert's full-sized avatar
🎯
Currently working on timeseries forecasting / computer vision projects

Patrick Gebert pgebert

🎯
Currently working on timeseries forecasting / computer vision projects
View GitHub Profile
@heykarimoff
heykarimoff / recover_bucket.py
Created October 24, 2019 04:52
How to Recover Deleted Files in AWS S3 Bucket
#!/usr/bin/env python
from datetime import datetime, timezone
import boto3
# ######################################
#
# Empty Bucket of all delete markers from all objects.
#
# ######################################