s3fox does not create valid export manifest files
Chuck Edwards | | December 27, 2009

S3fox provides a handy utility for creating import manifest and signature files; however, it doesn’t seem to properly create export manifests. In fact, it seems like it only creates import manifest files. The version I used was 0.4.8.
Here’s a screenshot of the s3fox create manifest interface:
Note there is nowhere in the GUI to specify export or import. Note also in the manifest preview on the right that the exportBucket token is not visible. Looking at the spec for export the exportBucket token is required for AWS to know where to get your data. Without it, you’ll get a note from Amazon asking what you’re trying to do. So, if you want to export data from an S3 bucket to a USB drive, it’s best to manually create a manifest file according to the AWS spec.
If you manually create an export manifest, you’ll also need to manually create a signature file. The procedure for manually creating signature files was not immediately obvious (to me, anyway) on the AWS site, but I found it on Jeorge Escobar’s blog (thanks, Jeorge!) You’ll need to download the signature tool then in a command line terminal, change to the signature tool directory and run the following command:
java -jar lib/AWSImportClientSignatureTool-1.0.jar <manifest file> <job ID> <SIGNATURE file>
Once you have the manifest and signature file, you can simply follow the documented procedure and expect to see your USB drive in a few days.
Subscribe to Our Blog
Never miss a post! Stay up to date with the latest database, application and analytics tips and news. Delivered in a handy bi-weekly update straight to your inbox. You can unsubscribe at any time.
Popular Posts
ORA-12154: TNS:could not resolve the connect identifier specified
Most people will encounter this error when their application tries to connect to an Oracle database service, but it can also be raised by one database instance trying to connect to another database service via a database link.
12c Upgrade Bug with SQL Tuning Advisor
Learn the steps to take on your Oracle upgrade 11.2 to 12.1 if you’re having performance problems. Oracle offers a patch and work around to BUG 20540751.
Scripting Out the Logins, Server Role Assignments, and Server Permissions
Imagine over 100 logins on the source server, you need to migrate them to the destination server. Wouldn’t it be awesome if we could automate the process?