s3-sync-client
s3-sync-client copied to clipboard
Fix named import of S3Client
Super minor thing, but I got a bit confused by an error in the example code due missing brackets to make the import of the S3Client
a named one.
Example of the named import e.g. in the official example code: https://www.npmjs.com/package/@aws-sdk/client-s3
+1