rusoto/s3sink: Don't use mem::replace() for a simple assignment
The return value of mem::replace() would be the old value but we don't really need that here, so simply do an assignment instead.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The return value of mem::replace() would be the old value but we don't really need that here, so simply do an assignment instead.