We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys! I've not found how i can use UploadPartCopy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html) functionality in async-aws/s3 Will be nice to have it to be able to copy files more than 5GB
The text was updated successfully, but these errors were encountered:
Hi, Indeed, AsyncAws does not YET support this operation, but you can it by following this documentation https://async-aws.com/contribute/generate.html#creating-a-new-client-operation we'll be happy to review and approve your PR 🤗
Sorry, something went wrong.
Multipart copy method added
261722d
async-aws#1589
@jderusse may you take a look, please? #1590
and why this test is failed? https://github.com/async-aws/aws/actions/runs/6547020143/job/17778665168?pr=1590
Successfully merging a pull request may close this issue.
Hello guys!
I've not found how i can use UploadPartCopy (https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html)
functionality in async-aws/s3
Will be nice to have it to be able to copy files more than 5GB
The text was updated successfully, but these errors were encountered: