VirtualBox

Changeset 21438 in vbox for trunk


Ignore:
Timestamp:
Jul 9, 2009 12:35:16 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49836
Message:

OVF: enable OVF remote export again

File:
1 edited

Legend:

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

    r21404 r21438  
    27192719        if (m->strPath.startsWith("SunCloud://", Utf8Str::CaseInsensitive)) /* Sun Cloud service */
    27202720        {
    2721             throw E_NOTIMPL;
    2722 //            task->storageType = VFSType_S3;
    2723 //            strProtocol = "SunCloud://";
     2721            task->storageType = VFSType_S3;
     2722            strProtocol = "SunCloud://";
    27242723        }
    27252724        else if (m->strPath.startsWith("S3://", Utf8Str::CaseInsensitive)) /* S3 service */
    27262725        {
    2727             throw E_NOTIMPL;
    2728 //            task->storageType = VFSType_S3;
    2729 //            strProtocol = "S3://";
     2726            task->storageType = VFSType_S3;
     2727            strProtocol = "S3://";
    27302728        }
    27312729        else if (m->strPath.startsWith("webdav://", Utf8Str::CaseInsensitive)) /* webdav service */
Note: See TracChangeset for help on using the changeset viewer.

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