https not http

This commit is contained in:
2022-01-17 09:07:25 -08:00
parent 1f96868ee1
commit d4bd4e45fb
2 changed files with 2 additions and 2 deletions

View File

@@ -416,7 +416,7 @@
:client-override client
:location-override location
:vendor-override vendor
:source-url (str "https://" (:data-bucket env)
:source-url (str "http://" (:data-bucket env)
".s3-website-us-east-1.amazonaws.com/"
s3-location))))]
(import-uploaded-invoice user imports))