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
2009-12-24 05:05:07
Thanks itowlson for reply but i need a solution in vc++.
2009-12-24 05:32:08
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
2009-12-24 05:37:45