We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update formatting and remove duplicate file Signed-off-by: Jeremy Ho <jujaga@gmail.com>
Recompress newer PNG files Signed-off-by: Jeremy Ho <jujaga@gmail.com>
Sync tests: fix anchor links Also removed anchor links for individual test cases, as versioned/unversioned test cases share the same names, which makes it impossible to link to the second occurrence of the same anchor link.
Sync tests: separate sections for versioned/unversioned buckets
Sync tests: new section on syncing tags
Sync tests: corrections to soft-delete tests Soft-delete test cases were written based on an incorrect understanding of S3 soft delete markers - versions cannot be soft-deleted, only objects can
Sync tests: soft/hard delete, coms-id tags, objects with 10 tags
Sync tests: add note on testing different types of S3 buckets
Sync tests: add table of contents
Sync tests: swap order of pass critieria (i.e. a === b --> b === a)
Sync tests: differentiate (un)versioned S3 buckets for syncing objects Unversioned buckets don't deal with versionIds - lumping versioned/unversioned together results in inconsistencies when dealing with things such as versionId's. Also removed references to versionId's for unversioned buckets.
Sync tests: add test cases Also renamed some test cases for clarity/brevity
Sync tests: move shared steps to preconditions section
Sync tests: standardize formatting Makes it easier to quickly skim through what will eventually be a pretty long list of test cases
Sync tests: revamp to better fit "scenario" format The previous layout focused on testing the individual API endpoints. This commit throws out that concept in favour of having test cases centred around specific use cases/scenarios.
Manual regression testing for sync endpoints