added

☁️ Seamless Integration Unleashed!

Our latest update brings forth compatibility with AWS, allowing you to handle natively S3 datasets. Embrace the power of the cloud effortlessly, making your data integrate harmoniously with VoiceHabor.

## S3 bucket
storage_options = {
    "key": <AWS_ACCESS_KEY_ID>,
    "secret": <AWS_SECRET_ACCESS_KEY>
}
response = nijtaio.send_request('s3://my-bucket/',
                                params,
                                session_id,
                                headers=headers,
                                api_url=API_URL, 
                                storage_options=storage_options)