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

refactor(providers): convert blobstore-s3 to provider bindgen #1152

Conversation

vados-cosmonic
Copy link
Contributor

Feature or Problem

The blobstore-s3 provider provides access to S3-compatible object storage from a given wasmcloud lattice. While in the past the provider was based on Smithy contracts and the somewhat older wasmcloud provider toolchain, WIT support has matured such that it can be supported as a new WIT world.

This commit converts the previously vendored blobstore-s3 provider into one that operates via provider-wit-bindgen.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@vados-cosmonic vados-cosmonic requested review from a team as code owners December 11, 2023 17:19
@vados-cosmonic vados-cosmonic force-pushed the refactor/convert-blobstore-s3-to-bindgen branch from 6f779ad to ba0448f Compare December 11, 2023 17:58
@vados-cosmonic vados-cosmonic force-pushed the refactor/convert-blobstore-s3-to-bindgen branch from 795f3e4 to 25f9e24 Compare December 12, 2023 00:59
@vados-cosmonic vados-cosmonic force-pushed the refactor/convert-blobstore-s3-to-bindgen branch from 25f9e24 to 15389f0 Compare December 12, 2023 01:41
@vados-cosmonic vados-cosmonic force-pushed the refactor/convert-blobstore-s3-to-bindgen branch 2 times, most recently from e544d92 to 18bc568 Compare December 12, 2023 16:30
The blobstore-s3 provider provides access to S3-compatible object
storage from a given wasmcloud lattice. While in the past the provider
was based on Smithy contracts and the somewhat older wasmcloud
provider toolchain, WIT support has matured such that it can be
supported as a new WIT world.

This commit converts the previously vendored blobstore-s3 provider
into one that operates via provider-wit-bindgen.

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
@vados-cosmonic vados-cosmonic force-pushed the refactor/convert-blobstore-s3-to-bindgen branch from dcc667a to 3d024ee Compare December 13, 2023 12:11
Copy link
Member

@rvolosatovs rvolosatovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests pass, lgtm

@vados-cosmonic vados-cosmonic merged commit b565ba1 into wasmCloud:main Dec 13, 2023
47 checks passed
@vados-cosmonic vados-cosmonic deleted the refactor/convert-blobstore-s3-to-bindgen branch December 13, 2023 13:58
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

Successfully merging this pull request may close these issues.

None yet

4 participants