S3Path
Information required to find a specific file in an Amazon S3 bucket.
Contents
- Bucket
-
The name of the S3 bucket that contains the file.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 63.
Pattern:
[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]
Required: Yes
- Key
-
The name of the file.
Type: String
Length Constraints: Minimum length of 1. 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: