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

Breadcrumb

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

TraceAttributes::AWS_S3_KEY

The S3 object key the request refers to. Corresponds to the `--key` parameter of the S3 API operations.

The `key` attribute is applicable to all object-related S3 operations, i.e. that require the object key as a mandatory parameter. This applies in particular to the following operations:<ul> <li>copy-object</li> <li>delete-object</li> <li>get-object</li> <li>head-object</li> <li>put-object</li> <li>restore-object</li> <li>select-object-content</li> <li>abort-multipart-upload</li> <li>complete-multipart-upload</li> <li>create-multipart-upload</li> <li>list-parts</li> <li>upload-part</li> <li>upload-part-copy</li> </ul>

@example someFile.yml

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const AWS_S3_KEY = 'aws.s3.key';

API Navigation

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