You are here

public function S3fsRefreshCacheBatchInterface::execute in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Batch/S3fsRefreshCacheBatchInterface.php \Drupal\s3fs\Batch\S3fsRefreshCacheBatchInterface::execute()

Refreshes the complete list of objects in the S3 bucket.

Parameters

array $config: An s3fs configuration array.

1 method overrides S3fsRefreshCacheBatchInterface::execute()
S3fsRefreshCacheBatch::execute in src/Batch/S3fsRefreshCacheBatch.php
Refreshes the complete list of objects in the S3 bucket.

File

src/Batch/S3fsRefreshCacheBatchInterface.php, line 18

Class

S3fsRefreshCacheBatchInterface
Performs a refresh of the s3fs_file table with data from S3 bucket.

Namespace

Drupal\s3fs\Batch

Code

public function execute(array $config);