config.py 522 B

1234567891011
  1. response_message ={
  2. "fileFormat":"only csv, json,hl7 are allowed",
  3. "uploadException":"Exception seen while uploading the file. Failure, file not uploaded",
  4. "restException":"Exception seen when posting the content to the rest API",
  5. "file_upload_api_success":"File is successfully upload to s3, Issues in calling API"
  6. }
  7. constants ={
  8. "s3_folder_path":"incoming-files/",
  9. "bucket_name":"upload-file-s3",
  10. "post_back_url":"https://xpk8jjxnei.execute-api.us-east-1.amazonaws.com/api/v1/filesmetadata"
  11. }