coolify
coolify copied to clipboard
[Bug]: S3 Storage config does not allow deep buckets
Description
When trying to setup an S3 Store, I'm trying to direct it to a deep bucket like app-name/database-backups, but it looks like the input is being encoded, so validation attempts to hit app-name%2Fdatabase-backups.
Minimal Reproduction (if possible, example repository)
- Go to Teams -> S3 Storages (Also this was really hard to find)
- Input relevant information, but in the
bucketinput try to use a deep bucket - Notice the validation shows that its trying to hit the wrong url
Exception or Error
Reason: Error executing "ListObjectsV2" on "https://s3.us-east-1.amazonaws.com/app-name%2Fdatabase-backups?list-type=2&prefix=&delimiter=%2F"; AWS HTTP error: Client error: `GET https://s3.us-east-1.amazonaws.com/app-name%2Fdatabase-backups?list-type=2&prefix=&delimiter=%2F` resulted in a `403 Forbidden` response:
Version
4.0.0-beta.258