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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user