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

Breadcrumb

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

TraceAttributes::AWS_S3_BUCKET

The S3 bucket name the request refers to. Corresponds to the `--bucket` parameter of the S3 API operations.

The `bucket` attribute is applicable to all S3 operations that reference a bucket, i.e. that require the bucket name as a mandatory parameter. This applies to almost all S3 operations except `list-buckets`.

@example some-bucket-name

File

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

Class

TraceAttributes

Namespace

OpenTelemetry\SemConv

Code

public const AWS_S3_BUCKET = 'aws.s3.bucket';

API Navigation

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