🟡

Amazon S3 - Batch Operations

Enables bulk actions on many existing S3 objects with a single request, without writing custom scripts.
Supported actions:
  • Update object metadata or properties.
  • Copy objects between buckets.
  • Encrypt previously unencrypted objects.
  • Modify ACLs and tags.
  • Restore objects from Glacier.
  • Invoke a Lambda function for custom per-object processing.
Job components:
  • List of target objects.
  • Action to perform.
  • Optional parameters (e.g., storage class, encryption type).
Features:
  • Built-in retries, progress tracking, and completion notifications.
  • Generates detailed job reports.