Deploy Infrastructure as Code (IAC) lesson 5 storage and databases: S3 (Part Two)
yt link
S3 bucket
Choose a DNS compliant name for the S3 bucket.
Command line arguments
aws s3 ls <link to S3 bucket>
This line above lists files in the S3 bucket.
aws s3 cp <file name> <link to S3 bucket>
This line above copies a file from your lo...
philipdevblog.hashnode.dev2 min read