Feat(Object Storage): Browser-Based Uploads Using POST#351
Open
lason-ovh wants to merge 5 commits into
Open
Conversation
init doc en Signed-off-by: lason-ovh <115475837+lason-ovh@users.noreply.github.com>
created en doc for post-object feature Signed-off-by: lason-ovh <115475837+lason-ovh@users.noreply.github.com>
first commit for fr version Signed-off-by: lason-ovh <115475837+lason-ovh@users.noreply.github.com>
doc user post_object fr version Signed-off-by: lason-ovh <115475837+lason-ovh@users.noreply.github.com>
rdejoux
reviewed
Jul 8, 2026
rdejoux
left a comment
Collaborator
There was a problem hiding this comment.
Just a few comments, the first one is the most important.
| 6. The browser receives a response: an HTTP redirect or a status code depending on your form configuration. | ||
|
|
||
| > [!primary] | ||
| > OVHcloud Object Storage requires the **virtual-hosted style** URL format for POST uploads: |
Collaborator
There was a problem hiding this comment.
We support virtual-hosted AND path styles.
| > Replace `<region>` with the OVHcloud region identifier (for example: `gra`, `rbx`, `sbg`, `bhs`, `de`, `uk`). | ||
|
|
||
| > [!warning] | ||
| > **HTTPS is mandatory.** The POST Policy, credentials, and signature are transmitted in plaintext within the HTML form. Using HTTP exposes them in transit and must not be used. |
Collaborator
There was a problem hiding this comment.
Our endpoints only work in https is this warning really usefull ?
| | `x-amz-meta-*` | Custom user metadata fields (for example: `x-amz-meta-author`) | | ||
| | `tagging` | XML-formatted object tags | | ||
| | `x-amz-storage-class` | Storage class for the object | | ||
|
|
Collaborator
There was a problem hiding this comment.
Should had optional x-amz-checksum-*
| 6. Le navigateur reçoit une réponse : une redirection HTTP ou un code de statut selon la configuration du formulaire. | ||
|
|
||
| > [!primary] | ||
| > OVHcloud Object Storage exige le format d'URL **virtual-hosted style** pour les chargements POST : |
Collaborator
There was a problem hiding this comment.
same comment as in english version
| > Remplacez `<region>` par l'identifiant de région OVHcloud (par exemple : `gra`, `rbx`, `sbg`, `bhs`, `de`, `uk`). | ||
|
|
||
| > [!warning] | ||
| > **HTTPS est obligatoire.** La POST Policy, les informations d'identification et la signature sont transmises en clair dans le formulaire HTML. L'utilisation de HTTP les expose en transit et ne doit pas être utilisée. |
Collaborator
There was a problem hiding this comment.
same comment as in english version
| | `success_action_status` | Code de statut HTTP retourné en cas de succès sans redirection : `200`, `201`, ou `204` (défaut) | | ||
| | `x-amz-meta-*` | Champs de métadonnées utilisateur personnalisées (par exemple : `x-amz-meta-auteur`) | | ||
| | `tagging` | Balises d'objet au format XML | | ||
| | `x-amz-storage-class` | Classe de stockage de l'objet | |
Collaborator
There was a problem hiding this comment.
same comment as in english version
Y0Coss
reviewed
Jul 9, 2026
Y0Coss
left a comment
Collaborator
There was a problem hiding this comment.
Hello @lason-ovh , this is a new guide so you also need to edit the index.md file.
agoude
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
user doc for new s3 feature post_object.
should be reviewed by @agoude and/or @rdejoux