Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TraceAttributes.php

TraceAttributes::AWS_S3_PART_NUMBER

The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000.

The `part_number` attribute is only applicable to the upload-part and upload-part-copy operations. The `part_number` attribute corresponds to the `--part-number` parameter of the upload-part operation within the S3 API.

@example 3456

File

vendor/open-telemetry/sem-conv/TraceAttributes.php, line 493

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const AWS_S3_PART_NUMBER = 'aws.s3.part_number';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal