# File lib/fog/shared_file_system/openstack/requests/list_share_export_locations.rb, line 8
        def list_share_export_locations(share_id)
          request(
            :expects => 200,
            :method  => 'GET',
            :path    => "shares/#{share_id}/export_locations"
          )
        end