Ability to Specify Storage Class and Server Side Encryption in Transfer Client by toneill818 · Pull Request #256 · aws/aws-sdk-cpp
Navigation Menu
{{ message }}
aws / aws-sdk-cpp Public
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Closed
toneill818 wants to merge 2 commits intoaws:masterfrom
Closed
Ability to Specify Storage Class and Server Side Encryption in Transfer Client#256
toneill818 wants to merge 2 commits intoaws:masterfrom
Ability to Specify Storage Class and Server Side Encryption in Transfer Client#256
toneill818 wants to merge 2 commits intoaws:masterfrom
Conversation
Copy link Copy Markdown
toneill818
commented
Aug 3, 2016
toneill818
commented
This allows the transfer client to be able to specify the storage class such as Standard Infrequent Access when uploading files to S3. It also adds the ability to specify Server Side Encryption such as AES 256 when uploading files. This should resolve issue #100. Both Server Side Encryption and Storage default to NOT_SET.
toneill-newinnov added 2 commits
August 3, 2016 14:47…en uploading to S3 in the TransferClient
toneill818
closed this
JonathanHenson pushed a commit that referenced this pull request
Jan 24, 2018Modifications based on tinyxml2 ver 6.1.0 (https://github.com/leethomason/tinyxml2/tree/f26a547fdc216bca49ea2b9b61ed89bf2f301eb3) * Import-export preprocessor (USE_IMPORT_EXPORT) * Aws memory management apis (Aws::NewArray, Aws::New, Aws::Delete) * Wrap everything in Aws namespace (namespace Aws { namespace External { namespace tinyxml2 {...}}}) * Include with <> rather than "" (#include <aws/core/external/tinyxml2/tinyxml2.h>)
cobookman pushed a commit to cobookman/aws-sdk-cpp that referenced this pull request
Jan 17, 2022This 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