AWS Boto3 - S3 Calls
#week_eighten - Boto3 SDK
duration: 1 week
ForgTech company wanna test your ability to deliver their requirements utilizing Python, This will help you build a good reputation.
The purpose of this task is to prove your capabilities using Boto3 calls, as well as prove that you have a strong knowledge in this regard.
The FrogTech Cloud Team requests you to implement a local Python script with AWS Boto3 SDK that meets the following requirements:
- List the
us-east-1region Buckets using the resource call. - Upload and download a dummy file to a random bucket by resource call.
- Directly after the above steps, use the waiter call
ObjectExistswith 10 Sec Delay and 10 Attempts. - Then, use the Paginator call “List_objects_v2“ to list the bucket objects.
As well as build a personal document consisting of what did you learn with deep details and resources i.e. this will assist you in getting back and refreshing your knowledge later.
Bouns
- Separating actions into multiple functions and using the main file to call/handle their dependencies.