AWS S3 presigned URL with metadata #3342
-
Per link below : Does Metadata parameter is supported?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @yanivpaz, thanks for reaching out. Please let me know if it resolves your issue. If you’re still having issue, please share your code snippet (with any sensitive information redacted) or debug logs by adding |
Beta Was this translation helpful? Give feedback.
-
Thanks @aBurmeseDev - Does the create_presigned_post API should be used for uploads only ( I need to generate presigned URL for get ) |
Beta Was this translation helpful? Give feedback.
-
I believe your problem could be solved using this approach. |
Beta Was this translation helpful? Give feedback.
Hi @yanivpaz, thanks for reaching out.
If you’re using
create_presigned_post
method to generate presigned URL, metadata can be added to theFields
params while generating one. I’d recommend to review this Presigned URLs doc and this 'Working with object metadata' guide for references.Please let me know if it resolves your issue. If you’re still having issue, please share your code snippet (with any sensitive information redacted) or debug logs by adding
boto3.set_stream_logger('')
to your code.