1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Here is an example of adding meta data:
s3_task = S3ExportTaskDefinition(
input_url = self.src_file_path,
bucket = "foo",
key = "bar",
user_metadata = {
"key": "value",
"foo": "bar"
}
)
répondu il y a 4 ans
Contenus pertinents
demandé il y a un an
demandé il y a un an
demandé il y a 3 ans

Hmmm that is what i did, i will double check thanks