python - Sending 'secure' financial statements on S3 -



python - Sending 'secure' financial statements on S3 -

i need provide individuals financial statement, , using s3. far doing making file public-read , creating unique key, using uuid.uuid4().

would acceptable, or how else create more secure? sending authentication keys each individual not option.

have considered generating expiring urls files on s3.

from boto.s3.connection import s3connection conn = s3connection(aws_access_key_id, aws_secret_access_key, is_secure=false) # generated temp_url remains valid 60 seconds in case temp_url = conn.generate_url(60, 'get', bucket=bucket_name, key=file_name, force_http=true)

python security amazon-s3

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -