gongyisheng commented on issue #2891: URL: https://github.com/apache/incubator-opendal/issues/2891#issuecomment-1693076592
@Xuanwo I used the way you suggested but still can't access to the object, the script is here: https://github.com/gongyisheng/playground/blob/main/opendal/rust/s3test/src/gcs.rs The error is: ``` Error: Custom { kind: Other, error: Unexpected (temporary) at read => send async request Context: url: https://storage.googleapis.com/opendal-test/test.csv called: http_util::Client::send_async service: s3 path: test.csv range: 0- Source: error sending request for url (https://storage.googleapis.com/opendal-test/test.csv): http2 error: stream error received: unspecific protocol error detected: http2 error: stream error received: unspecific protocol error detected: stream error received: unspecific protocol error detected } ``` I tested same code on AWS but it works: https://github.com/gongyisheng/playground/blob/main/opendal/rust/s3test/src/aws.rs Could you help to check if I did something wrong? Thanks a lot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
