Better S3 backup generation support
This commit is contained in:
parent
3e04540c38
commit
c4e9c0a4ba
2 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ class InitiateBackupService
|
|||
$client->getCommand('PutObject', [
|
||||
'Bucket' => $adapter->getBucket(),
|
||||
'Key' => $path,
|
||||
'ContentType' => 'binary/octet-stream',
|
||||
'ContentType' => 'application/x-gzip',
|
||||
]),
|
||||
CarbonImmutable::now()->addMinutes(30)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue