ICICloudAWSS3UploadParams

The ICICloudAWSSS3UploadParams interface is used to define or retrieve settings relating to uploading to the AWS S3 storage.

  • Property DeleteSourceAfterTransfer As Boolean

  • HRESULT DeleteSourceAfterTransfer([out, retval] VARIANT_BOOL* pVal);
    HRESULT DeleteSourceAfterTransfer([in] VARIANT_BOOL newVal);

    EFT v7.4.6 and later

  • Property LocalPath As String

  • HRESULT LocalPath([out, retval] BSTR* pVal);
    HRESULT LocalPath([in] BSTR newVal);

    EFT v7.4.6 and later

  • Property MatchingFileNamePolicy As AWSS3MatchingFileNamePolicy

  • HRESULT MatchingFileNamePolicy([out, retval] AWSS3MatchingFileNamePolicy* pVal);
    HRESULT MatchingFileNamePolicy([in] AWSS3MatchingFileNamePolicy newVal);

    EFT v7.4.6 and later

  • Property RemotePath As String

  • HRESULT RemotePath([out, retval] BSTR* pVal);
    HRESULT RemotePath([in] BSTR newVal);

    EFT v7.4.6 and later

  • Property TreatMissingSourceAsSuccess As Boolean

  • HRESULT TreatMissingSourceAsSuccess([out, retval] VARIANT_BOOL* pVal);
    HRESULT TreatMissingSourceAsSuccess([in] VARIANT_BOOL newVal);

    EFT v7.4.6 and later