"""Constants for s3-related information.""" FILE_URL = 's3://{bucket_name}/{file_path}' SIGNED_URL_EXPIRATION_TIME = 1800 # expiration time in seconds