service · inferred from evidence
S3
AWS Simple Storage Service, a hosted object storage service.
- input_images must be a zip file error when running a training with a file handle
The `input_images must be a zip file` error on a valid zip comes from the client not passing the filename when you give it an open file handle, which broke the model's `.zip` extension check. Upgrade to replicate-python 0.32.1 or later, whi
- OpenSearch 3.x snapshot repository fails on S3-compatible storage: "trailing checksum is not supported"
The 3.0.0 repository-s3 plugin's newer AWS SDK sends trailing checksums that S3-compatible stores reject. Verified workaround (confirmed by multiple users): set legacy MD5 checksum calculation per repository via the create-repository API, e
- mcp-server-motherduck: cant set a custom S3 endpoint (IBM COS) for the database connection
Two things came out of the thread. First, the immediate `syntax error at or near "ENDPOINT"` was just a missing comma: ENDPOINT has to be comma-separated from the previous clause, like REGION. ```sql CREATE SECRET ( TYPE S3, KEY_ID '..