# Land ‘N Sea Images https://static.perfprotech.com/lns/images/{small,medium,large}/… ## Intial Sync from Spring 2020 Performed on 2022-02-21 ``` aws s3 sync Spring2020Small.zip/images-small/ s3://static.perfprotech.com/lns/images/small/ aws s3 sync Spring2020Medium.zip/images-medium/ s3://static.perfprotech.com/lns/images/medium/ aws s3 sync Spring2020LargeA-M.zip/images-large/ s3://static.perfprotech.com/lns/images/large/ aws s3 sync Spring2020LargeN-Z.zip/images-large/ s3://static.perfprotech.com/lns/images/large/ ``` ## Sync from Marketing Updates 01.04.21 Performed on 2022-02-21 ``` aws s3 sync 'Marketing Updates 01.04.21.zip/images-small/' s3://static.perfprotech.com/lns/images/small/ aws s3 sync 'Marketing Updates 01.04.21.zip/images-medium/' s3://static.perfprotech.com/lns/images/medium/ aws s3 sync 'Marketing Updates 01.04.21.zip/images-large/' s3://static.perfprotech.com/lns/images/large/ ``` ## Sync from Product Updates 8.13.2021 Performed on 2022-02-21 ``` aws s3 sync 'Marketing Updates 8.13.2021.zip/images-small/' s3://static.perfprotech.com/lns/images/small/ aws s3 sync 'Marketing Updates 8.13.2021.zip/images-medium/' s3://static.perfprotech.com/lns/images/medium/ aws s3 sync 'Marketing Updates 8.13.2021.zip/images-large/' s3://static.perfprotech.com/lns/images/large/ ```