RIDE API Documentation RIDE API Documentation
RIDE API Documentation RIDE API Documentation
Generated by DocFX

Search Results for

    Method Copy

    Copy(String, String, Action<StorageSaveResponse>)

    Uploads the file to an AWS S3 bucket

    Declaration
    public void Copy(string src, string dst, Action<StorageSaveResponse> onComplete)
    Parameters
    Type Name Description
    System.String src

    the full local path of the file to upload

    System.String dst

    the bucketname and path of the file

    Action<StorageSaveResponse> onComplete

    Called upon a successful upload and proves the url of where the data is stored on the s3

    Implements
    IFileStorageSystem.Copy(String, String, Action<StorageSaveResponse>)
    © USC Institute for Creative Technologies. All rights reserved.