@squidcloud/client
    Preparing search index...

    Interface StorageFileUploadRequest

    Represents a request to upload a file to a specified directory within the storage bucket.

    interface StorageFileUploadRequest {
        dirPathInBucket: string;
        expirationInSeconds?: number;
        integrationId: string;
    }
    Index

    Properties

    dirPathInBucket: string

    The directory path within the bucket where the file should be stored.

    expirationInSeconds?: number

    Optional expiration time in seconds for the uploaded file.

    integrationId: string

    The ID of the integration where the file will be uploaded.