S3File
Contains information for the S3 bucket that contains media files.
Contents
- bucketName
-
The bucket name.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
[a-z0-9][a-z0-9.-]*[a-z0-9]
Required: Yes
- key
-
The S3 key prefix that defines the storage location of your media files. The prefix works like a folder path in S3, and is combined with the WhatsApp mediaId to create the final file path.
For example, if a media file's WhatsApp mediaId is
123.ogg
, and the key isaudio/example.ogg
, the final file path isaudio/example.ogg123.ogg
.For the same mediaId, a key of
audio/
results in the file pathaudio/123.ogg
.Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: