Closed daveisfera closed 3 months ago
Hi @daveisfera, thanks for reaching out. You're right that the documentation for the resources page is a bit lacking, but fortunately, it's better documented elsewhere. Here's the client MPU operation, and the S3 customization reference. Both of those should be helpful. Please let me know if you have any other questions.
Those are both using Client
rather than Resource
and isn't that at least partially deprecated?
Nope! Client is fully supported. Resources aren't deprecated, but they are feature-frozen.
Doh! I had it backwards and Resource
is the one that's no longer being developed
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the issue
There doesn't appear to be any documentation for how to use
MultipartUpload
and it errors out saying that theupload_id
doesn't exist when trying to use it.Here's example code:
And here's the error that happens:
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/multipartupload/index.html