VirtualBox

Ignore:
Timestamp:
Jul 22, 2009 9:32:11 AM (15 years ago)
Author:
vboxsync
Message:

OVF-S3: Some hint on the host clock when the Access Denied error happens.

File:
1 edited

Legend:

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

    r21758 r21759  
    10071007            else if(vrc == VERR_S3_ACCESS_DENIED)
    10081008                throw setError(E_ACCESSDENIED,
    1009                                tr("Cannot download file '%s' from S3 storage server (Access denied)"), pszFilename);
     1009                               tr("Cannot download file '%s' from S3 storage server (Access denied). Make sure that your credentials are right. Also check that your host clock is properly synced"), pszFilename);
    10101010            else if(vrc == VERR_S3_NOT_FOUND)
    10111011                throw setError(VBOX_E_FILE_ERROR,
     
    19081908                else if(vrc == VERR_S3_ACCESS_DENIED)
    19091909                    throw setError(E_ACCESSDENIED,
    1910                                    tr("Cannot download file '%s' from S3 storage server (Access denied)"), pszFilename);
     1910                                   tr("Cannot download file '%s' from S3 storage server (Access denied). Make sure that your credentials are right. Also check that your host clock is properly synced"), pszFilename);
    19111911                else if(vrc == VERR_S3_NOT_FOUND)
    19121912                    throw setError(VBOX_E_FILE_ERROR,
     
    19391939            else if(vrc == VERR_S3_ACCESS_DENIED)
    19401940                throw setError(E_ACCESSDENIED,
    1941                                tr("Cannot download file '%s' from S3 storage server (Access denied)"), pszFilename);
     1941                               tr("Cannot download file '%s' from S3 storage server (Access denied). Make sure that your credentials are right. Also check that your host clock is properly synced"), pszFilename);
    19421942            else
    19431943                throw setError(VBOX_E_IPRT_ERROR,
     
    30483048                else if(vrc == VERR_S3_ACCESS_DENIED)
    30493049                    throw setError(E_ACCESSDENIED,
    3050                                    tr("Cannot upload file '%s' to S3 storage server (Access denied)"), pszFilename);
     3050                                   tr("Cannot upload file '%s' to S3 storage server (Access denied). Make sure that your credentials are right. Also check that your host clock is properly synced"), pszFilename);
    30513051                else if(vrc == VERR_S3_NOT_FOUND)
    30523052                    throw setError(VBOX_E_FILE_ERROR,
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