Xfer of work.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
- args:
|
||||||
|
sql: ALTER TABLE "public"."jobs" DROP COLUMN "ciecaid";
|
||||||
|
type: run_sql
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- args:
|
||||||
|
sql: ALTER TABLE "public"."jobs" ADD COLUMN "ciecaid" text NULL;
|
||||||
|
type: run_sql
|
||||||
@@ -7,7 +7,7 @@ aws.config.update({
|
|||||||
secretAccessKey: process.env.AWSSecretKey
|
secretAccessKey: process.env.AWSSecretKey
|
||||||
});
|
});
|
||||||
|
|
||||||
const S3_BUCKET = process.env.bucket;
|
const S3_BUCKET = process.env.Bucket;
|
||||||
// Now lets export this function so we can call it from somewhere else
|
// Now lets export this function so we can call it from somewhere else
|
||||||
|
|
||||||
exports.sign_s3 = (req, res) => {
|
exports.sign_s3 = (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user