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.
ZGGSONG
51c3c09b42
|
3 years ago | |
---|---|---|
KsatSupplymentLibrary | 3 years ago | |
S3Demo | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
S3Demo.sln | 3 years ago |
README.md
Introduction
AWS S3对象存储案例
.net NgGet先下载
AWSSDK.S3
3.7.5
版
如下载实现,请替换Run
-AmazonS3Config conf
-Host
和 BasicAWSCredentials credentials
中的accessKey
-secretKet
官方测试:https://play.min.io
Host: 'http://play.min.io',
port: 9000,
accessKey: 'Q3AM3UQ867SPQQA43P2F',
secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG'
实现逻辑:监控目录 - 获取文件路径 - 上传文件+解析tag
示例:D:\ClientDir\line01\AOI\20211129\133055851SN001OK.png
-
添加sqlite
- 添加包
EntityFramework
6.4.4、System.Data.SQLite
1.0.115.5、SQLite.CodeFirst
1.7.0.34 - 修改
App.config
- Entity Framework 6 连接Sqlite数据库
- Sqlite:Code First模式
- 添加包
-
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/TS3Config.html
-
https://blog.csdn.net/tw_tangliang/article/details/118669099
-
https://ecloud.10086.cn/op-help-center/develop/202007021593677916792035060.pdf