s3control_create_job: You can use S3 Batch Operations to perform large-scale batch...

View source: R/s3control_operations.R

s3control_create_jobR Documentation

You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects

Description

You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

See https://www.paws-r-sdk.com/docs/s3control_create_job/ for full documentation.

Usage

s3control_create_job(
  AccountId,
  ConfirmationRequired = NULL,
  Operation,
  Report,
  ClientRequestToken,
  Manifest = NULL,
  Description = NULL,
  Priority,
  RoleArn,
  Tags = NULL,
  ManifestGenerator = NULL
)

Arguments

AccountId

[required] The Amazon Web Services account ID that creates the job.

ConfirmationRequired

Indicates whether confirmation is required before Amazon S3 runs the job. Confirmation is only required for jobs created through the Amazon S3 console.

Operation

[required] The action that you want this job to perform on every object listed in the manifest. For more information about the available actions, see Operations in the Amazon S3 User Guide.

Report

[required] Configuration parameters for the optional job-completion report.

ClientRequestToken

[required] An idempotency token to ensure that you don't accidentally submit the same request twice. You can use any string up to the maximum length.

Manifest

Configuration parameters for the manifest.

Description

A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.

Priority

[required] The numerical priority for this job. Higher numbers indicate higher priority.

RoleArn

[required] The Amazon Resource Name (ARN) for the Identity and Access Management (IAM) role that Batch Operations will use to run this job's action on every object in the manifest.

Tags

A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.

ManifestGenerator

The attribute container for the ManifestGenerator details. Jobs must be created with either a manifest file or a ManifestGenerator, but not both.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.