DROP A FILE ON A VOYAGE

Destination

Test your S3 details. Testing... Test succeeded! Drop a file any time. Test failed! Wrong bucket name, or you need to configure CORS (see below). Test failed! Wrong key or secret key.

Active Upload

Drop a file to begin. Keep it below ~200GB. Pause Pausing, do not close tab... Resume

Captain's Log

CORS trouble? Paste this into your S3 bucket's CORS configuration.

<CORSConfiguration>
    <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>HEAD</AllowedMethod>
        <AllowedMethod>GET</AllowedMethod>
        <AllowedMethod>PUT</AllowedMethod>
        <AllowedMethod>POST</AllowedMethod>
        <AllowedMethod>DELETE</AllowedMethod>
        <ExposeHeader>ETag</ExposeHeader>
        <AllowedHeader>*</AllowedHeader>
    </CORSRule>
</CORSConfiguration>

RELEASE THE FILE YOU HOLD