AWS-S3
Preface
AWS S3 is a storage service similar to Alibaba Cloud OSS and Tencent Cloud COS.
Creating a Bucket
URL: https://s3.console.aws.amazon.com/s3/get-started?region=us-east-1
Click the “Create bucket” button on the right side.
Fill in the name and select a region.

ACL is disabled by default.

Public access and versioning are disabled by default. You can enable them as needed.

Default encryption.

Bucket created successfully.

Related Articles
Running Multiple WeChat Clients on Mac
Preface: Many people have multiple WeChat accounts. On mobile, you can use two phones or Android multi-app features. This article explains how to run multiple WeChat clients on Mac by creating aliases to the WeChat executable inside the app bundle.
Installing MySQL on Mac
Introduction: This article covers how to install MySQL on Mac. Steps include downloading the DMG installer from the official website, installing it, and configuring the environment variables.
Grant MySQL Access to a Specific IP
AWS - Image Conversion with Lambda@Edge and CloudFront
Chinese cloud providers offer convenient image format and size conversion via URL parameters for their OSS/COS storage. AWS does not provide this out of the box — you need to write Lambda@Edge functions yourself. This article provides a complete guide on implementing image conversion with Lambda@Edge.
AWS-CodeArtifact
AWS CodeArtifact is a managed artifact repository that can host npm, Maven, and other packages.