-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
Uploading large files to AWS with aws_s3_bucket_object #19336
Comments
Note that this code does work:
|
@NathanDotTo Improvements to the Terraform file hashing functions (including |
Are there any updates on this Issue? there seems to be a PR open for this fix. https://github.com/hashicorp/terraform-provider-aws/pull/14382/files |
This functionality has been released in v3.71.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
aws_s3_bucket_object
Terraform Configuration Files
Note that dnac.ova is ~80GB
Also note that this command works, in that the
test.txt
file appears in the bucket.As a further test, I also tried:
That also worked as expected, in that the file was uploaded to the bucket.
Debug Output
https://gist.github.com/NathanDotTo/22c53af50e5eace1836fed7206eeedc1
Panic Output
NA
Expected Behavior
The dnac.ova file should have been uploaded to the s3 bucket.
Actual Behavior
The dnac.ova file was not uploaded to the s3 bucket.
Steps to Reproduce
rm -rf .terraform*; terraform init; terraform apply
Important Factoids
See hashicorp/terraform#28678 (comment)
The dnac.ova file is ~80GB.
References
hashicorp/terraform#28678
hashicorp/terraform#14693
The text was updated successfully, but these errors were encountered: