How can i create bucket and post xml file on aws s3 using vc++
How can i create bucket and post xml file on aws s3 us开发者_开发问答ing vc++. Thanks dabara
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.
精彩评论