UMobj/Example
Jump to navigation
Jump to search
In your shell export the credentials if not already done. Make sure if you are using a shared lab/group bucket that you are using the correct keys.
export OBJ_ACCESS_KEY_ID="REDACTED" export OBJ_SECRET_ACCESS_KEY="REDACTED" export OBJ_SERVER="obj.umiacs.umd.edu"
We will be uploading this 4.4GB file.
# stat CASIA-WebFace.tar.gz File: `CASIA-WebFace.tar.gz' Size: 4018119666 Blocks: 7847896 IO Block: 262144 regular file Device: 13h/19d Inode: 87161 Links: 1 Access: (0644/-rw-r--r--) Uid: (12372/ carlos) Gid: (18149/ janus) Access: 2015-11-24 19:34:05.715695000 -0500 Modify: 2015-11-23 14:23:35.872087000 -0500 Change: 2015-11-23 16:07:10.062306000 -0500
If the bucket does not exist yet you need to create the bucket first.
# mkobj janus_datasets: Created bucket janus_datasets.
Now you can copy the file to the bucket.
# cpobj CASIA-WebFace.tar.gz janus_datasets: 100% |#########################################################################################################################################|