VirtualBox

Changeset 20337 in vbox


Ignore:
Timestamp:
Jun 5, 2009 2:23:07 PM (16 years ago)
Author:
vboxsync
Message:

OVF: disabled internet based OVF export again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r20263 r20337  
    26162616    if (uri.startsWith("SunCloud://", Utf8Str::CaseInsensitive)) /* Sun Cloud service */
    26172617    {
    2618         type = VFSType_S3;
    2619         strProtocol = "SunCloud://";
     2618        throw E_NOTIMPL;
     2619//        type = VFSType_S3;
     2620//        strProtocol = "SunCloud://";
    26202621    }
    26212622    else if (uri.startsWith("S3://", Utf8Str::CaseInsensitive)) /* S3 service */
    26222623    {
    2623         type = VFSType_S3;
    2624         strProtocol = "S3://";
     2624        throw E_NOTIMPL;
     2625//        type = VFSType_S3;
     2626//        strProtocol = "S3://";
    26252627    }
    26262628    else if (uri.startsWith("webdav://", Utf8Str::CaseInsensitive)) /* webdav service */
     
    27232725        if (m->strPath.startsWith("SunCloud://", Utf8Str::CaseInsensitive)) /* Sun Cloud service */
    27242726        {
    2725             task->storageType = VFSType_S3;
    2726             strProtocol = "SunCloud://";
     2727            throw E_NOTIMPL;
     2728//            task->storageType = VFSType_S3;
     2729//            strProtocol = "SunCloud://";
    27272730        }
    27282731        else if (m->strPath.startsWith("S3://", Utf8Str::CaseInsensitive)) /* S3 service */
    27292732        {
    2730             task->storageType = VFSType_S3;
    2731             strProtocol = "S3://";
     2733            throw E_NOTIMPL;
     2734//            task->storageType = VFSType_S3;
     2735//            strProtocol = "S3://";
    27322736        }
    27332737        else if (m->strPath.startsWith("webdav://", Utf8Str::CaseInsensitive)) /* webdav service */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette