Droplet
Droplet copied to clipboard
Cloud storage client library
If the profile contains 'use_https' but not 'ssl_ca_list' then the function SSL_CTX_set_default_verify_paths() is never called to initialise an SSL context to point to the operating system's default set of CA...
Lots of dead code in backends req builds, e.g. dpl_s3_req_build() is not used
The MD5 of the multipart is not computed.
To reproduce, create a bucket and an object in S3 ``` // Load the AWS SDK for Node.js var AWS = require('aws-sdk'); /** Create a file for identification information in...
The commit 8b2288c314bdd2b9debe38b2b0b7c5d57e58c872 by @QuentinPerez attempted to address the leak, but failed to properly fix the thing. It actually fixed the leak by calling a function instead of a macro...
The current subresource is a simple string within the request structure. It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might...
The server might answer a code 503 if it's busy. We have to sleep() a bit then retry