gongyisheng commented on issue #2891: URL: https://github.com/apache/incubator-opendal/issues/2891#issuecomment-1691237662
@Xuanwo Hi, I'm trying to use opendal to access/delete objects on GCS, but find out there're some compatibility issues: 1. GCS's api requires `OAUTH2_TOKEN` in header 2. The get/delete api is like `https://storage.googleapis.com/storage/v1/b/BUCKET_NAME/o/OBJECT_NAME`, which is not compatible with AWS S3. Are you aware of the issues? I think currently I can't use opendal to operate on GCS. (correct me if I'm wrong) Could you let me know the provider has 404 errors when delete file so that I can better test my code change? ref: - https://cloud.google.com/storage/docs/downloading-objects - https://cloud.google.com/storage/docs/json_api/v1/objects/delete -- 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]
