...
UPDATE: We no longer use bucket explorer to upload datasets. Instead we now use datasetCsvLoader.py. Run it with --help to see its optionsthe R client to perform uploads. You can still use bucket explorer to browse datasets.
...
The relevant code is in trunk/lib/jdomodels/src/main/java/org/sagebionetworks/repo/model/jdo/PMF.java
.
How to load data into an empty repository service
You can use this to load data into a repository service whether it is running on beanstalk or locally on your laptop. You can run datasetCsvLoader.py -h and datasetNuker.py -h
to see more documentation. The code can be found here PLFM/users/deflaux/scripts/DatasetLoader
...
Beanstalk FAQ
How do I find the EC2 Instance being used to support a Beanstalk Environment?
...