[BUCKET_NAME]/[FOLDER]/
|
Name of the bucket and folder (optional), that will be set as the new working location.
|
cd mybucket (working location set to bucket mybucket)
cd .. (working location set to parent folder)
cd myfolder/ (working location set to subfolder myfolder/)
cd "my folder" (working location set to "my folder". Note that surrounding quotation marks are needed to specify names with spaces)
|