minio-rs/.gitignore
Aditya Manthramurthy 773ad9133f
Return size info in put/get APIs (#82)
Also:

- fix some constraints to allow ObjectContent to be sent across async
tasks.

- use new Size enum instead of Option for specifying object content
sizes

- add tests for part size calculation and validations
2024-04-10 07:51:42 -07:00

7 lines
49 B
Plaintext

/target
**/*.rs.bk
Cargo.lock
.idea
*.env
.cargo