Skip to content

Commit 63ac815

Browse files
committed
Tweaks to BackupRemoteUploadController.php
1 parent 85af073 commit 63ac815

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Http/Controllers/Api/Remote/Backups/BackupRemoteUploadController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
class BackupRemoteUploadController extends Controller
1414
{
15-
// I would use 1024 but I'm unsure if AWS or other S3 servers,
16-
// use SI gigabyte (base 10), or the proper IEC gibibyte (base 2).
17-
// const PART_SIZE = 5 * 1000 * 1000 * 1000;
1815
const PART_SIZE = 5 * 1024 * 1024 * 1024;
1916

2017
/**

0 commit comments

Comments
 (0)