/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wweb.dev
| | initialcommit.com
1.3 parsecs away

Travel
| | In this article, we'll discuss using the AWS CLI to programmatically synchronize files from a local directory to an AWS S3 bucket.
| | 200ok.ch
1.5 parsecs away

Travel
| | AWS S3 has a great, but little known functionality: You can request metadata about the content of the bucket in XML. This makes it a great storage space for all kinds of batch oriented applications. No need for a self-written API.
| | willhaley.com
1.7 parsecs away

Travel
| | My guide is largely based on the Deploying to Amazon S3 guide from Semaphore, but with some pre-requisite steps and fine-tuning to S3. Switching your DNS provider for your domain to Amazon's Route 53 may be a requirement. Depending on your DNS provider, your DNS configuration, and your willingness to jump through hoops like setting up a reverse proxy on another server, you may be forced to transfer your domain. You should absolutely read the DNS and hosting section of Amazon's Static Website Using a Custom Domain guide before proceeding.
| | eklausmeier.goip.de
8.6 parsecs away

Travel
| Steps to host static content on GitHub: 1. create repo with name user.github.io, 2. Store your content under root, 3. Add CI yaml file.