开发者

How can i create bucket and post xml file on aws s3 using vc++

开发者 https://www.devze.com 2022-12-14 15:30 出处:网络
How can i create bucket and post xml file on aws s3us开发者_开发问答ing vc++. Thanks dabaraUse C++/CLI (i.e. VC++ targeting the .NET CLR), and the AWS SDK for .NET (docs here).In particular see the A

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

精彩评论

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