8 ms·
The S3 API reference [1] is closest to a formal spec there is. The request, response and the error codes are pretty well documented. [1]: https://docs.aws.amaz
by inian 2y ago
The S3 API reference [1] is closest to a formal spec there is. The request, response and the error codes are pretty well documented.
[1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_Amazon_Simple_Storage_Service.html https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operatio...
- snthpy 2y agoThanks for this. Do you know how are redirects handled? I searched on that page and didn't find anything but I've seen it mentioned elsewhere that they are catered for but I haven't found any documentation for that. I'm particularly interested in the temporary ones - 302, 303 and 307.
- swyx 2y agoperhaps you could open source the test suite as a standalone thing so that other s3 compatible apis can prove they match the supabase standard