Ability to Specify Storage Class and Server Side Encryption in Transfer Client by toneill818 · Pull Request #256 · aws/aws-sdk-cpp

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@toneill818

Copy link Copy Markdown

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.

@toneill818 toneill818 closed this

Sep 27, 2016

JonathanHenson pushed a commit that referenced this pull request

Jan 24, 2018
Modifications 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, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@toneill818 @toneill-newinnov