Currently ember-cli-deploy-cloudfiles will only upload all new files. When fingerprinted files are uploaded or when some static assets are removed from the ember application, those files still remain in rackspace.
An option to automatically remove (some or all) old files in the rackspace container would be a nice feature to have. pkgcloud already has methods implemented to retrieve all current files in the container getFiles and a method to remove a file removeFile.
Currently ember-cli-deploy-cloudfiles will only upload all new files. When fingerprinted files are uploaded or when some static assets are removed from the ember application, those files still remain in rackspace.
An option to automatically remove (some or all) old files in the rackspace container would be a nice feature to have. pkgcloud already has methods implemented to retrieve all current files in the container
getFilesand a method to remove a fileremoveFile.