Skip to content
Advertisement

Tag: amazon-s3

Python how to download a file from s3 and then reuse

how can I download a file from s3 and then reuse instead of keeping downloading it everytime when the endpoint is called? Answer Based on the comments. Since the files are large (16GB) and need to be read and updated often, instead of S3, an EFS filesystem could be used for their storage: Amazon Elastic File System (Amazon EFS) provides

get data from s3 Bucket [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question This is my code I got this error while getting the data from the bucket. Answer The error message writes

Advertisement