winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.77k stars 189 forks source link

bring s3 #6282

Open eladb opened 2 months ago

eladb commented 2 months ago

Use Case

It should be possible to easily create a library for explicitly using S3 if users so desire.

Proposed Solution

There is an analysis of mocking tools that can be used to implement the local simulator.

Implementation Notes

No response

Component

No response

Community Notes

garysassano commented 2 months ago

It would be cool if this library was reusable for multiple platforms and not just AWS.

There are many S3-compatible object storage services out there:

eladb commented 2 months ago

Very cool.

So I can imagine a platform parameter that allows determining the backend.