Closed mike-csis closed 3 years ago
They have both virtual and path style naming documented here: https://cloud.google.com/storage/docs/request-endpoints#xml-api
I've tested virtual and path style naming and it seems to work. I could not find any docs on support for streamed chunking, so I've disabled it by default by setting PayloadSignatureMode = SignatureMode.FullSignature;
- which is the same as removing the ChunkedContentRequestStreamWrapper service.
GCS is now implemented and unit tested via the new cross-provider tests.
Describe the feature Google Clouds Storage, GCS, also has an S3 compatible API, but it requires some tweaking to be supported by SimpleS3.
I have made the following work:
Notes:
ChunkedContentRequestStreamWrapper
and make it work