Skip to content

Commit

Permalink
updated link expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Mar 20, 2024
1 parent f4cd916 commit 3d64116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_ta_backend/service/export_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def export_data_in_bg(response, download_type, course_name, s3_path):
print("file uploaded to s3: ", s3_file)

# generate presigned URL
s3_url = s3.generatePresignedUrl('get_object', os.environ['S3_BUCKET_NAME'], s3_path, 3600)
s3_url = s3.generatePresignedUrl('get_object', os.environ['S3_BUCKET_NAME'], s3_path, 172800)

# get admin email IDs
headers = {
Expand Down

0 comments on commit 3d64116

Please sign in to comment.