Skip to content
Snippets Groups Projects
Commit 0e86a395 authored by xuty's avatar xuty
Browse files

update deps

parent 42933acf
No related merge requests found
...@@ -52,7 +52,7 @@ void main() async { ...@@ -52,7 +52,7 @@ void main() async {
secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG', secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG',
); );
await minio.fPutObject(bucket, object, 'path/to/file'); await minio.fPutObject('mybucket', 'myobject', 'path/to/file');
} }
``` ```
......
...@@ -12,7 +12,7 @@ dependencies: ...@@ -12,7 +12,7 @@ dependencies:
http: ^0.12.0+4 http: ^0.12.0+4
crypto: ^2.1.4 crypto: ^2.1.4
convert: ^2.1.1 convert: ^2.1.1
xml: ^3.7.0 xml: ^4.0.0
buffer: ^1.0.6 buffer: ^1.0.6
intl: ^0.16.1 intl: ^0.16.1
mime: ^0.9.6+3 mime: ^0.9.6+3
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment