Skip to content

Instantly share code, notes, and snippets.

@abperiasamy
Forked from harshavardhana/gcs-s3-limits.md
Last active November 2, 2021 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abperiasamy/9da313f7e6faa00b2e39d30557d8cce2 to your computer and use it in GitHub Desktop.
Save abperiasamy/9da313f7e6faa00b2e39d30557d8cce2 to your computer and use it in GitHub Desktop.
GCS S3 API Interoperability

Introduction

GCS only supports basic AWS S3 APIs. Following are some of the importand APIs missing in their implementation.

API AWS S3 MinIO GCS (S3 compatibility)
Multipart Upload ✔️ ✔️
Multiple Destination Bucket Replication ✔️ ✔️
Lamda Event Notifications ✔️ ✔️
Object Locking and Legal Hold ✔️ ✔️
ListObjectVersions ✔️ ✔️
GetBucketEncryption ✔️ ✔️
PutBucketLifecycle ✔️ ✔️
SelectObjectContent ✔️ ✔️
MultiObjectDelete ✔️ ✔️
PutObjectTags ✔️ ✔️
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment