AWS Fundamentals Logo
AWS Fundamentals
Resource

aws_s3_object

Manages an S3 Object resource.

View Full Documentation on Terraform Registry

Sample HCL Configuration

A minimal configuration to get started. Refer to the Terraform Registry docs for all available arguments.

main.tf
resource "aws_s3_object" "example" {
  # Required arguments
  name = "my-s3-object"
}

Get the S3 (Simple Storage) Cheat Sheet

Everything you need to know about S3 (Simple Storage) on one page. HD quality, print-friendly.

Download Free Infographic