Bas Zalmstra
Bas Zalmstra
Awesome! Is there a place where I can keep track of any progress?
Well yes partially. I can have different files with the same content but with different filenames. But Im also using the Writer api because Im uploading pretty big files, but...
That would be great!
@Xuanwo is there anything I can help with?
Thanks I will take a look at "Add writer_with for Operator". Another use case for the response stuff is that you can also specify the cache-control header (at least for...
@Xuanwo With #1739 merged would you be open to adding additional headers? S3 supports these: * response-content-type * response-content-language * response-expires * response-cache-control * response-content-disposition * response-content-encoding I'm mostly interested...
Done in #1804
Although I have what I need which additional headers do you think we should add to close this PR? * response-content-type * response-content-language * response-expires * response-content-encoding Id be happy...
Should I also implement other override flags? These are the ones supported by S3: * `response-content-type` * `response-content-language` * `response-expires` * `response-cache-control` * `response-content-disposition` * `response-content-encoding`
See: https://github.com/apache/incubator-opendal/pull/1742