Example
To create the AWSHandler object creation with the aws credentials. The AWSS3Handler connects to an Amazon S3 bucket using access credentials (access key, secret key) and specifies a region and bucket name. It enables seamless interaction with S3 for tasks like uploading, downloading, and managing files.s3_handler_test.py
The upload_file method accepts a file name and an object name.
Returns a list of all buckets owned by the authenticated sender of the request.
The Download_file method accepts a file download in the buckets
The Delete object can delete the object in the bucket
The method will generate_presigned_url for the account