tags:

views:

37

answers:

1

Hi, How can i create bucket and post xml file on aws s3 using vc++. Thanks dabara

A: 

Use C++/CLI (i.e. VC++ targeting the .NET CLR), and the AWS SDK for .NET (docs here). In particular see the Amazon.S3 namespace and the AmazonS3Client.PutBucket and PutObject methods.

itowlson
Thanks itowlson for reply but i need a solution in vc++.
Just to clarify, C++/CLI is part of VC++. Do you strictly need a solution in unmanaged C++? If so let me know and I'll delete the answer -- thanks!
itowlson