mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-05-24 16:34:05 +02:00
use cdn for everything
This commit is contained in:
@@ -32,7 +32,7 @@ def lambda_handler(event, context):
|
||||
}
|
||||
|
||||
s3 = boto3.client('s3')
|
||||
bucket = 'deflock-clusters'
|
||||
bucket = 'cdn.deflock.me'
|
||||
key = 'alpr-counts.json'
|
||||
|
||||
s3.put_object(
|
||||
|
||||
Reference in New Issue
Block a user