- Timestamp:
- Jul 9, 2009 12:35:16 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r21404 r21438 2719 2719 if (m->strPath.startsWith("SunCloud://", Utf8Str::CaseInsensitive)) /* Sun Cloud service */ 2720 2720 { 2721 throw E_NOTIMPL; 2722 // task->storageType = VFSType_S3; 2723 // strProtocol = "SunCloud://"; 2721 task->storageType = VFSType_S3; 2722 strProtocol = "SunCloud://"; 2724 2723 } 2725 2724 else if (m->strPath.startsWith("S3://", Utf8Str::CaseInsensitive)) /* S3 service */ 2726 2725 { 2727 throw E_NOTIMPL; 2728 // task->storageType = VFSType_S3; 2729 // strProtocol = "S3://"; 2726 task->storageType = VFSType_S3; 2727 strProtocol = "S3://"; 2730 2728 } 2731 2729 else if (m->strPath.startsWith("webdav://", Utf8Str::CaseInsensitive)) /* webdav service */
Note:
See TracChangeset
for help on using the changeset viewer.