VERSION:
    File: PACKAGE-NOTES.txt
    Package archive: s3-cloudfront-indexer-html-package-v34.zip
    Top folder: s3-cloudfront-indexer-html-package-v34
    Package version: v34
    Build name: PACKAGE-NOTES.txt

CHANGE NOTE:
    Directory listing timestamps now use a configurable IANA time zone. The
    package ZIP entries are also stamped using America/Los_Angeles local time.

================================================================================

Time zone configuration is controlled in index.mjs / 8k-art-directory-browser.txt by:

    DIRECTORY_LISTING_TIME_ZONE
    DIRECTORY_LISTING_LOCALE
    DIRECTORY_LISTING_TIME_ZONE_LABEL

Default:

    America/Los_Angeles

Example display:

    2026-05-18 03:24:12 PM PDT

================================================================================

Canonical configuration is now controlled in index.mjs / 8k-art-directory-browser.txt by:

    ENABLE_CANONICAL_URL_RULES
    CANONICAL_HOST_RULES
    STRIP_LEADING_WWW_FOR_UNKNOWN_HOSTS

ZIP filename and top folder intentionally match:

    s3-cloudfront-indexer-html-package-v33.zip
    s3-cloudfront-indexer-html-package-v33/

================================================================================

PACKAGE VERSION SUMMARY

Package file:
    s3-cloudfront-indexer-html-package-v31

Version:
    v10.2

Release date:
    2026-05-18

Rule used:
    Every text/code/html/json file in this package now carries its own version
    marker. The Build name inside each file matches that file's exact file name.

Files updated:
    8k-art-directory-browser.txt
    DEPLOYMENT-CHECKLIST.html
    LICENSE.txt
    PACKAGE-NOTES.txt
    QUICKSTART-FOR-BEGINNERS.html
    README.html
    TROUBLESHOOTING.html
    cloudfront-function-headers/allow-all-cors-and-inline-text.js
    lambda-edge-directory-browser/index.mjs
    public-landing-page-example.html
    policies/lambda-edge-trust-policy.json
    policies/s3-list-prefix-policy-example.json

================================================================================

S3 CloudFront Indexer HTML Package v10.1

Release date: 2026-05-18
Build name: nested-slash-html-v10.1

This package replaces the former Markdown documentation files with HTML files.

Version marker:
  The Lambda source now has a source-code-only version/date comment at the very
  top of the file. It is not visible in generated directory listings.

Important Lambda@Edge fix:
  Slashless nested folder URLs such as:
      https://8k.art/beta/s3-cloudfront-indexer
  redirect to:
      https://8k.art/beta/s3-cloudfront-indexer/

This keeps public links working without requiring visitors to type the trailing slash.

Previous package notes:
S3 CloudFront Indexer HTML Package v10

This package replaces the former Markdown documentation files with HTML files.

Converted files:
  README.md -> README.html
  QUICKSTART-FOR-BEGINNERS.md -> QUICKSTART-FOR-BEGINNERS.html
  DEPLOYMENT-CHECKLIST.md -> DEPLOYMENT-CHECKLIST.html
  TROUBLESHOOTING.md -> TROUBLESHOOTING.html

Important Lambda@Edge fix:
  Slashless nested folder URLs such as:
      https://8k.art/beta/s3-cloudfront-indexer
  now redirect to:
      https://8k.art/beta/s3-cloudfront-indexer/

This keeps public links working without requiring visitors to type the trailing slash.

