AWS S3
Get Metadata
2min
overview the get metadata action retrieves metadata for a s3 object from the amazon s3 bucket inputs & outputs \[i] access key ( string ) the access key for your amazon s3 account \[i] secret key ( string ) the secret key associated with the access key for your amazon s3 account \[i] region ( string ) the region where the amazon s3 bucket is located \[i] bucket ( string ) the name of the amazon s3 bucket from which to retrieve the object metadata \[i] object key ( string ) this user defined key identifies the object in the bucket ensure to include all prefixes, split by the '/' character, since the full file path is needed for interrogation \[o] result ( object ) returns the object metadata important notes ensure the provided access key and secret key have the necessary permissions to retrieve metadata from the specified amazon s3 bucket ensure that the region provided matches the region where the amazon s3 bucket is located include all necessary prefixes in the object key, split by the '/' character, to ensure the correct identification of the object in the bucket