Skip to content

Commit c46ee28

Browse files
authored
Merge pull request #169 from ToshY/feature/remove-deprecated-endpoints
Removed deprecated edge storage endpoints
2 parents 7308060 + 0980761 commit c46ee28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Enum/Endpoint.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ final class Endpoint
2121
/** @var string Logging API endpoint */
2222
public const LOGGING = 'logging.bunnycdn.com';
2323

24-
/** @deprecated Will be removed in 7.1. Use Endpoint::EDGE_STORAGE_DE instead. */
25-
public const EDGE_STORAGE = self::EDGE_STORAGE_DE;
26-
2724
/** @var string Storage Zone Region API Endpoint | Frankfurt (Germany) | Main */
2825
public const EDGE_STORAGE_DE = 'storage.bunnycdn.com';
2926

30-
/** @deprecated Will be removed in 7.1. Use Endpoint::EDGE_STORAGE_DE instead. */
31-
public const EDGE_STORAGE_FS = self::EDGE_STORAGE_DE;
32-
3327
/** @var string Storage Zone Region API Endpoint | London (United Kingdom) | Main */
3428
public const EDGE_STORAGE_UK = 'uk.storage.bunnycdn.com';
3529

0 commit comments

Comments
 (0)