开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜