How to setup different buckets to work with SnapiX.
This guide walks you through configuring Google Cloud Storage (GCS) to work with the AWS SDK for JavaScript (@aws-sdk/client-s3) by enabling S3 interoperability, creating HMAC keys, and securely scoping access to a single bucket. By the end, you’ll be able to upload and access objects in GCS via S3-compatible code.
Serve AWS S3 to the web via AWS CloudFront. This approach supports HTTPS with a certificate generated by AWS.
Attaching FQDN to AWS S3 Bucket. This approach only support HTTP and does not support HTTPS.
Create an IAM User with the necessary policies and access keys to manage AWS S3 via @aws-sdk/client-s3.