Ref https://forum.getodk.org/t/s3-bucket-migration-for-central-storage/58029 Add test cases to document the following S3 integration implementation details: - [ ] that object path doesn't depend on bucket name or other parts of the provider URL - [ ] what happens if s3 is down (no response, 5xx response etc.) to: - [ ] uploading objects, and (https://github.com/getodk/central-backend/pull/1825) - [ ] retrieving objects (https://github.com/getodk/central-backend/pull/1825)
Ref https://forum.getodk.org/t/s3-bucket-migration-for-central-storage/58029
Add test cases to document the following S3 integration implementation details: