public function S3fsFileMigrationBatchInterface::execute in S3 File System 4.0.x
Same name and namespace in other branches
- 8.3 src/Batch/S3fsFileMigrationBatchInterface.php \Drupal\s3fs\Batch\S3fsFileMigrationBatchInterface::execute()
Copies all the local files from the specified file system into S3.
Parameters
array $config: An s3fs configuration array.
string $scheme: Allowed values: 'public' | 'private' Scheme to copy.
array $uploadOptions: Options to control upload operations.
1 method overrides S3fsFileMigrationBatchInterface::execute()
- S3fsFileMigrationBatch::execute in src/
Batch/ S3fsFileMigrationBatch.php - Copies all the local files from the specified file system into S3.
File
- src/
Batch/ S3fsFileMigrationBatchInterface.php, line 25
Class
- S3fsFileMigrationBatchInterface
- Interface for SFS3fsFileMigrationBatch.
Namespace
Drupal\s3fs\BatchCode
public function execute(array $config, $scheme, array $uploadOptions);