Created
August 5, 2018 12:16
-
-
Save efi-mk/d0e6ed2dd80988c83cb194b08f968a3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scheduler = Scheduler("bucket", "/path", s3_resource, s3_client) | |
time = nowut() + timedelta(minutes=10) | |
key = scheduler.schedule(time, "s3-bucket", "s3_files-important", "content") | |
scheduler.stop(key) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment