wasmCloud / interfaces

Deprecated: wasmCloud API interfaces: smithy IDLs and shared libraries
https://wasmcloud.github.io/interfaces/
Apache License 2.0
34 stars 22 forks source link

blobstore interface update #56

Closed stevelr closed 2 years ago

stevelr commented 2 years ago

Signed-off-by: stevelr steve@cosmonic.com

stevelr commented 2 years ago

Added contentLength, contentType, contentEncoding to putObjectRequest and GetObjectResponse.

If the provider can't easily determine contentType or contentEncoding, it can return None.

stevelr commented 2 years ago

Note for reviewers:

stevelr commented 2 years ago

@matsbror Please let me know if anything in here doesn't work for your FS provider. It won't compile out-of-the-box as it depends on some unmerged PRs which get addressed early Monday.

Draft PR of blobstore s3 capability provider (still in progress) https://github.com/wasmCloud/capability-providers/pull/137

matsbror commented 2 years ago

@matsbror Please let me know if anything in here doesn't work for your FS provider. It won't compile out-of-the-box as it depends on some unmerged PRs which get addressed early Monday.

I will have a look in a few days as I am travelling at the moment.