soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
875 stars 83 forks source link

Replace usage of Foundation.Data with AWSBase64Data #591

Closed adam-fowler closed 2 years ago

adam-fowler commented 2 years ago

In all cases where Data is used it is serialised as base64 data. So instead of storing a Data, store the generated base64 data.