You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of feature requests which come in as github issues. When they
come in, we will usually tag them as feature requests, close them and
add them to this list.
Please refer to the individual issues to discuss or plus-one them.
Enable use of KMS keys for S3 Client encryption
Currently the AmazonS3EncryptionClient does not support the use of
KMS-managed customer-master keys for use with client-side encryption.
Expose ConsumedCapacity and pagination within DynamoDB OPM
Add support to DynamoDB Object Persistence Model to retrieve ConsumedCapacity
for operations, as well as support for manually paginating Query and Scan results.
Current API does not support these natively and users must call the low-level
client to do this.
Support environment variable config for default region
Add ability to configure the default region using environment variables.
This makes it easier to have the entire AWS config in environment variables
instead of mixing application config files and env vars.
For some platforms, it would be useful to have the SDK use a different
underlying HTTP client (such as
ModernHttpClient for iOS and
Android) to make requests.
Allow Overriding of HTTP method for APIs which accept multiple methods
Some APIs (such as CloudSearchDomain.Search) can accept
both GET and POST requests. Allow the user to select which
method is used, and whether the parameters go in the query string or body.
To facilitate taking an action after the upload of each file in a directory
when using the TransferUtility, add the ability to call a callback after
each file is successfully uploaded.
Currently the AmazonS3EncryptionClient is not supported on the
PCL platform. This is low-priority, as the PCL platform may be going
away in the future.