fix(storage): Hetzner storage buckets not working

- fix: Hetzner buckets do not work for backups
- refactor: removed special handling for Hetzner as it is no longer needed
This commit is contained in:
peaklabs-dev
2025-01-23 18:51:24 +01:00
parent ec9f8de873
commit 8b6b1b6a9d
5 changed files with 3 additions and 19 deletions

View File

@@ -40,11 +40,6 @@ class S3Storage extends BaseModel
return "{$this->endpoint}/{$this->bucket}";
}
public function isHetzner()
{
return str($this->endpoint)->contains('your-objectstorage.com');
}
public function isDigitalOcean()
{
return str($this->endpoint)->contains('digitaloceanspaces.com');