Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yes, this should be possible. What you need to do is create a signed policy file <em>per-upload</em> or <em>per-user</em>. That policy file, the signature, and some other data must be sent by the client program using a POST request to the bucket you'd like them to use. Amazon will examine the request, check that the parameters are within the limits of the policy file that accompanies the request, and then allow the post. Note that this <em>policy</em> should not be confused with the <em>bucket policy</em>. This is, in fact, a policy which could change per request if you wanted, and it is submitted by the client program (after the client program obtained a signed copy from you).</p> <p>Full details on this can be found in the <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?UsingHTTPPOST.html" rel="noreferrer">Browser Based Uploads Using POST</a> section of the S3 documentation. I'd recommend a detailed review of the <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/HTTPPOSTForms.html" rel="noreferrer">HTML Forms</a> section, and a review of how to get the POST parameters to your client (for a browser you can send it HTML, which is how the documentation is worded, for a non-browser program you probably need an API call of some sort followed by the client submitting a POST to S3).</p> <p>You can also check out this web page which can give you an idea about how to setup the parameters: <a href="http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html" rel="noreferrer">http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload