Questions tagged [aws-s3-client]

47 questions
-1
votes
1 answer

AWS S3 duplicating millions of objects from one bucket to another bucket with name change

The requirement is we store the documents in s3 buckets. Client needs backup in the specific interval so take it to the filesystem or s3 or azure or any other place and give it back to restore back sometimes. The versioning is enabled in the s3…
-2
votes
2 answers

File Copy from one S3 bucket to other S3 bucket using Lambda - timing constraint?

I need to copy large files ( may be even greater than 50 GB) from one S3 bucket to other S3 bucket ( event based). I am planning to use s3.Object.copy_from to do this inside Lambda ( using boto3). I wanted to see if anyone has tried this? will this…
PythonDeveloper
  • 289
  • 1
  • 4
  • 24
1 2 3
4