We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85af073 commit 63ac815Copy full SHA for 63ac815
app/Http/Controllers/Api/Remote/Backups/BackupRemoteUploadController.php
@@ -12,9 +12,6 @@
12
13
class BackupRemoteUploadController extends Controller
14
{
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;
18
const PART_SIZE = 5 * 1024 * 1024 * 1024;
19
20
/**
0 commit comments