The goal of this GIST is to give a short summary of what is needed to perform authentication from an ember.js application using simple-auth and the SilverStripe RESTful API module
Here's a list of the software that was used:
import botocore | |
import boto3 | |
import functools | |
import time | |
DEFAULT_BACKOFF_COEFF = 50.0 | |
DEFAULT_MAX_ATTEMPTS = 4 | |
MAX_BATCH_SIZE = 25 | |
RETRYABLE_ERRORS = [ |
The goal of this GIST is to give a short summary of what is needed to perform authentication from an ember.js application using simple-auth and the SilverStripe RESTful API module
Here's a list of the software that was used:
#!/usr/bin/env python | |
""" | |
Real time log files watcher supporting log rotation. | |
Author: Giampaolo Rodola' <g.rodola [AT] gmail [DOT] com> | |
License: MIT | |
""" | |
import os |