AWS S3 AWS S3 is a cloud-based object storage service offered by Amazon Web Services. Developers and businesses use it to store and retrieve any amount of data, at any time, from anywhere on the web. It's commonly used for storing files, backups, and media content. Official docs: https://docs.aws.amazon.com/s3/ AWS S3 Overview - Bucket - Object — represents a file stored in the bucket. Use action names and parameters as needed. Working with AWS S3 This skill uses the Membrane CLI to interact with AWS S3. Membrane handles authentication and credentials refresh automatically — so you can focus…