aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.rs
Commit message (Collapse)AuthorAgeFilesLines
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-0/+5
| | | | | | | | - ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field
* New model for bucketsAlex Auvolat2022-01-041-0/+5
|
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-1/+1
| | | | | | - Use quick_xml and serde for all XML response returned by the S3 API. - Include tests for all structs used to generate XML - Remove old manual XML escaping function which was unsafe
* document util crateTrinity Pointard2021-04-271-0/+4
|
* Time and metadata improvementsAlex Auvolat2021-03-151-0/+16