Re: [BangPypers] AWS S3 Routine with Python

2016-06-22 Thread Anand Chitipothu
On Wed, 22 Jun 2016 at 22:18 Sundar N wrote: > Hi , > Looking for some pointers on using Python to decompress files on AWS S3. > I have been using Boto 2.x library . > As of now I have a requirement to extract a compressed file in one of the > s3 buckets, > that needs to be extracted. There is no

[BangPypers] AWS S3 Routine with Python

2016-06-22 Thread Sundar N
Hi , Looking for some pointers on using Python to decompress files on AWS S3. I have been using Boto 2.x library . As of now I have a requirement to extract a compressed file in one of the s3 buckets, that needs to be extracted. There is no direct API to handle this as of now. It would be of great