You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1019 B
20 lines
1019 B
# Introduction
|
|
|
|
AWS S3对象存储案例
|
|
|
|
> .net NgGet先下载 `AWSSDK.S3`
|
|
|
|
*如下载实现,请替换`Run`-`AmazonS3Config conf`-`Host` 和 `BasicAWSCredentials credentials`中的`accessKey`-`secretKet`*
|
|
|
|
官方测试:[https://play.min.io](https://play.min.io)
|
|
```
|
|
Host: 'http://play.min.io',
|
|
port: 9000,
|
|
accessKey: 'Q3AM3UQ867SPQQA43P2F',
|
|
secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG'
|
|
```
|
|
|
|
- [https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/TS3Config.html](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/TS3Config.html)
|
|
- [https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/dotnetv3/S3/UploadFileMPUHighLevelAPIExample/UploadFileMPUHighLevelAPIExample/UploadFileMPUHighLevelAPI.cs](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/dotnetv3/S3/UploadFileMPUHighLevelAPIExample/UploadFileMPUHighLevelAPIExample/UploadFileMPUHighLevelAPI.cs)
|
|
- [https://blog.csdn.net/tw_tangliang/article/details/118669099](https://blog.csdn.net/tw_tangliang/article/details/118669099)
|