File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ protected function configure() {
56
56
// @todo ensure all configuration options for S3 including
57
57
// access and secret keys to be passed in to ensure S3
58
58
// wrapper can access the required buckets.
59
- //
60
- // Until then we will continue to use 's3cmd' for S3 only.
61
59
$ options = [
62
60
'region ' => 'eu-west-1 ' ,
63
61
'version ' => 'latest ' ,
@@ -263,8 +261,6 @@ protected function download($filename) {
263
261
$ tmp_folder = '/tmp/ ' ;
264
262
265
263
// Save the dbdump to a local destination.
266
- //
267
- // @todo Use of 's3cmd' can be removed once s3 wrapper is aware of access creds.
268
264
if ('s3 ' === parse_url ($ filename , PHP_URL_SCHEME )) {
269
265
$ command = sprintf (
270
266
'cd %s && ' .
@@ -303,8 +299,4 @@ protected function download($filename) {
303
299
return $ tmp_folder . basename ($ filename );
304
300
}
305
301
306
- protected function remoteFileExists ($ filename ) {
307
-
308
- }
309
-
310
302
}
You can’t perform that action at this time.
0 commit comments