-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support s3 driver #11
Comments
@pi0 You mean using the REST API as opposed to an SDK, right? |
Yes! |
is S3 support still under consideration? |
@pi0 why do you prefer HTTP implementation over SDK? |
Would the team be open to considering a DynamoDB driver as well? |
is this open for PR? I am willing to contribute. |
@dsfx3d HTTP implementation because we want this to run on lambda/edge functions. SDK creates a long lived connection which is not preffered in our case. |
Landed in #361 |
Preferably by direct HTTP implementation
The text was updated successfully, but these errors were encountered: