You are here

public static function S3fsServiceInterface::getListObjectVersionArgs in S3 File System 4.0.x

Same name and namespace in other branches
  1. 8.3 src/S3fsServiceInterface.php \Drupal\s3fs\S3fsServiceInterface::getListObjectVersionArgs()

Return arguments for use in listObjectVersions.

Parameters

array $config: The S3 bucket configuration.

Return value

array An array of arguments.

1 method overrides S3fsServiceInterface::getListObjectVersionArgs()
S3fsService::getListObjectVersionArgs in src/S3fsService.php
Return arguments for use in listObjectVersions.

File

src/S3fsServiceInterface.php, line 121

Class

S3fsServiceInterface
S3fs service interface.

Namespace

Drupal\s3fs

Code

public static function getListObjectVersionArgs(array $config);