2022-10-02 16:04:28 +00:00
|
|
|
+++
|
|
|
|
title = "Publier le contenu"
|
|
|
|
description = "Comment mettre en ligne son contenu"
|
|
|
|
date = 2022-09-01
|
|
|
|
weight = 0
|
|
|
|
[extra]
|
|
|
|
weight_custom = 5
|
|
|
|
+++
|
2022-09-06 20:57:49 +00:00
|
|
|
|
|
|
|
parler du .awsrc
|
|
|
|
|
|
|
|
|
|
|
|
aws s3 website giraud.eu --index-document index.html --error-document erreur.html
|
|
|
|
|
|
|
|
ou
|
|
|
|
|
|
|
|
aws s3api put-bucket-website --bucket <ton bucket> --website-configuration '
|
|
|
|
{
|
|
|
|
"ErrorDocument": {
|
|
|
|
"Key": "/errors/4xx.html"
|
|
|
|
},
|
|
|
|
"IndexDocument": {
|
|
|
|
"Suffix": "index.html"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fécilicitation ! -> badges
|