fsouza / fake-gcs-server

Google Cloud Storage emulator & testing library.
https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage?tab=doc
BSD 2-Clause "Simplified" License
1.05k stars 209 forks source link

S3 Interoperability #1330

Open arik-mlvx opened 1 year ago

arik-mlvx commented 1 year ago

My company uses s5cmds to speed up uploads to GCS using the S3 interoperability feature. Is S3 interoperability supported or planned to be supported?

fsouza commented 1 year ago

Yes, there's a PR open (Google doesn't call it S3 compatibility, but rather XML API), but tests are failing. I haven't had a chance to look into it just yet