You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-25 00:16:54 +02:00
Remove dependency on aws cli for testing.
This tool was only being used it a few places but was a pretty large dependency. Rework the forceStorageMove() code using our storage layer and replace one aws cli cp with a storage put. Also, remove the Dockerfile that was once used to build the Scality S3 test container.
This commit is contained in:
@ -540,7 +540,7 @@ sub run
|
||||
|
||||
if ($bS3)
|
||||
{
|
||||
$oHostS3->executeS3('cp /etc/hosts s3://' . HOST_S3_BUCKET . "${strTempFile}");
|
||||
storageRepo()->put($strTempFile, "TEMP");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user