We're trying to fork cf-release and migrate our blobs to S3. We have been able to move all of the blobs in cf-release/blobs over. That part was easy. When we try to create a release doing 'bosh create release' we get errors saying that it can't find packages in the blobstore.
Specifically we're getting:
Building DEV release
---------------------------------
Building packages
-----------------
Building daylimit...
Final version: NOT FOUND
Dev version: FOUND LOCAL
Building mysql55...
Final version: Downloading `mysql55 (4)'...
Final version of `mysql55' not found in blobstore
Is there an easy way to migrate the package blobs to S3?
-Mike