Xuanwo

Results 1650 comments of Xuanwo

> https://www.npmjs.com/search?q=%40opendal > > It seems like [@opendal/lib-darwin-x64](https://www.npmjs.com/package/@opendal/lib-darwin-x64) release failed Yes, it did fail. Let's address it. According to this issue, services like gcs require to align with specific size...

> Yes, it did fail. Let's address it. Should be fixed in https://github.com/apache/opendal/pull/4798 It's related to our CI env changes...

Hi, @everpcpc, this should be address in next release.

Sorry, nodejs release failed: https://github.com/apache/opendal/actions/runs/9771241606/job/26973848658 I will get it fixed and start a new release now.

Hi, @everpcpc, this issue should have been fixed. Please give it a try. Welcome to report new issues if it still exists. ![image](https://github.com/apache/opendal/assets/5351546/23c17834-26bb-42b4-ad99-ae565bcb56b4)

Hi, I think this issue is part of a bigger scope that returning metadata after writing. This will require a major refactor of our write-related public API.

Services that support versioning seem to allow retrieving the version after writing. I have checked S3, GCS, and Azblob. Not sure about other services.

> I'm considering whether we really need this, as not all services can return a version. We still need to use `stat` in some scenarios. Checking the metadata returned from...

> why is there no `#` before `use opendal::Operator;` at line 127 ? is a mistake or intentional ? do we have any guidelines for this ? > > https://github.com/apache/opendal/blob/d479ac39efa9a88e10448ad81e47292b3b4ed688/core/src/types/operator/operator.rs#L122-L133...

Hi, does `remote signing` means `presign` in s3?