Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Migrate to aws-sdk-go-v2 #112

Open
vigneshsankariyer1234567890 opened this issue Mar 13, 2024 · 1 comment
Open

[Enhancement] Migrate to aws-sdk-go-v2 #112

vigneshsankariyer1234567890 opened this issue Mar 13, 2024 · 1 comment

Comments

@vigneshsankariyer1234567890

ffmpeg-go currently uses the 'aws-sdk-go' library, which is fairly heavy. However, a newer and stable version for the SDK has been released, which will allow developers to only use modules which are needed. In our case, we can remove the dependency on the entire AWS module and take only parts which are needed, which includes the S3 module, and session management. This will reduce the bloat of the bindings, something users have been requesting for.

I will open a corresponding PR for this issue, once approval has been given by the lead devs!

@vigneshsankariyer1234567890
Copy link
Author

@u2takey Please let me know if this is alright to proceed with!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant