docs(FIL-5): comprehensive S3 compatibility matrix#2
Open
RichardHerold wants to merge 1 commit intomainfrom
Open
docs(FIL-5): comprehensive S3 compatibility matrix#2RichardHerold wants to merge 1 commit intomainfrom
RichardHerold wants to merge 1 commit intomainfrom
Conversation
- Expand s3-compatibility.mdx to cover all S3 API operation categories: bucket ops, object ops, multipart, versioning, object lock, presigned URLs, server-side encryption, ACLs, lifecycle, and notifications - Mark each operation as supported/partial/not-supported/not-planned with accurate notes based on actual product behaviour - Document always-on versioning and Compliance-mode Object Lock operations - Add Differences from AWS S3 table covering versioning, encryption, ACLs, lifecycle, storage classes, regions, and Filecoin data-retention behaviour - Add versioning and object-lock pages to sidebars.js (were orphaned) Co-Authored-By: Paperclip <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes FIL-5 — publish S3 compatibility matrix and API reference.
Changes
docs/reference/s3-compatibility.mdx— full rewrite to cover all required categories:GetBucketVersioning,PutBucketVersioning(partial),GetBucketObjectLockConfiguration,PutBucketObjectLockConfiguration,GetBucketEncryption,PutBucketEncryption(no-op), and all unsupported ACL/policy/lifecycle/notification/tagging operationsDeleteObjects,ListObjectVersions, versionedGetObject/DeleteObject/CopyObject, Object Lock retention ops, and all unsupported ACL/tagging/restore opsListPartsandListMultipartUploadssidebars.js— addedstorage/versioningandstorage/object-lock(both pages existed but were orphaned from the sidebar).Acceptance criteria met