fixing url.
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
(mapcat (fn [k]
|
(mapcat (fn [k]
|
||||||
(try
|
(try
|
||||||
(let [invoice-key (str "invoice-files/" (UUID/randomUUID) ".csv")
|
(let [invoice-key (str "invoice-files/" (UUID/randomUUID) ".csv")
|
||||||
invoice-url (str "https://" (:data-bucket env) "/" invoice-key)]
|
invoice-url (str "https://" (:data-bucket env) ".s3-website-us-east-1.amazonaws.com/" invoice-key)]
|
||||||
(s3/copy-object {:source-bucket-name (:data-bucket env)
|
(s3/copy-object {:source-bucket-name (:data-bucket env)
|
||||||
:destination-bucket-name (:data-bucket env)
|
:destination-bucket-name (:data-bucket env)
|
||||||
:source-key k
|
:source-key k
|
||||||
|
|||||||
@@ -416,7 +416,9 @@
|
|||||||
:client-override client
|
:client-override client
|
||||||
:location-override location
|
:location-override location
|
||||||
:vendor-override vendor
|
:vendor-override vendor
|
||||||
:source-url (str "https://" (:data-bucket env) "/" s3-location))))]
|
:source-url (str "https://" (:data-bucket env)
|
||||||
|
".s3-website-us-east-1.amazonaws.com/"
|
||||||
|
s3-location))))]
|
||||||
(import-uploaded-invoice user imports))
|
(import-uploaded-invoice user imports))
|
||||||
{:status 200
|
{:status 200
|
||||||
:body (pr-str {})
|
:body (pr-str {})
|
||||||
|
|||||||
Reference in New Issue
Block a user