1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 19:13:19 +00:00
Files
rclone/backend/s3
Erik Agterdenbos a9bd0c8de6 s3: reduce memory consumption for s3 objects
Copying the storageClass string instead of using a pointer to the original string.
This prevents the Go garbage collector from keeping large amounts of
XMLNode structs and references in memory, created by xmlutil.XMLToStruct()
from the aws-sdk-go.
2022-12-05 23:07:08 +00:00
..